rusEFI
The most advanced open source ECU
|
Definition in file usbconsole.h.
Functions | |
void | usb_serial_start () |
Main function of PDL. | |
bool | is_usb_serial_ready () |
bool is_usb_serial_ready | ( | ) |
Definition at line 152 of file usbconsole.cpp.
Referenced by Rs232ReceiveByte(), and updateTunerStudioState().
void usb_serial_start | ( | ) |
Main function of PDL.
start USB serial using hard-coded communications pins (see comments inside the code)
Definition at line 128 of file usbconsole.cpp.
Referenced by Rs232Init().