Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
- Timestamp:
- 01/23/24 11:02:03 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
v9 v10 25 25 CCommSerial *pSerial = new CCommSerial(2); 26 26 // Creates a CCommSerial instance that when opened will connect to COM2 27 }}} 28 29 **825gen2** 30 {{{ 31 CCommSerial *pSerial = new CCommSerial(COMM_USB_SERIAL_OFFSET); 32 // Creates a CCommSerial instance that when opened will connect to first USB to serial adapter /dev/ttyUSB0 33 }}} 34 35 **825gen2** 36 {{{ 37 CCommSerial *pSerial = new CCommSerial(COMM_USB_PRINTER_OFFSET); 38 // Creates a CCommSerial instance that when opened will connect to first USB to printer /dev/usb/lp0 27 39 }}} 28 40