Luc b40937122a
Add Usb Serial otg feature (#1055)
* Update esp3d_version.h
* Fix GCode client is not processed
* Update lua engine to 1.0.3
* Fix HOOKS and Init script conflicting at boot
* Add a queue for multiple scripts (max 5)
* Fix compilation failed on SERIAL_MKS on ESP32
* Explain better sanity check on SERIAL_MKS and DISPLAY
* Implement USB Serial OTG
2024-10-19 18:13:45 +08:00
..
2024-10-19 18:13:45 +08:00
2024-10-19 18:13:45 +08:00

Virtual COM Port Service

Component Registry

Virtual COM Port (VCP) service manages drivers to connected VCP devices - typically USB <-> UART converters. In practice, you rarely care about specifics of the devices; you only want uniform interface for them all.

VCP service does just that, after you register drivers for various VCP devices, you can just call VCP::open and the service will load proper driver for device that was just plugged into USB port.