Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
- Timestamp:
- 01/23/24 11:13:22 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial
v17 v18 40 40 **825gen2** 41 41 {{{ 42 CCommSerial *pSerial = new CCommSerial(COMM_USB_PRINTER_OFFSET );43 // Creates a CCommSerial instance that when opened will connect to first USB to printer /dev/usb/lp042 CCommSerial *pSerial = new CCommSerial(COMM_USB_PRINTER_OFFSET + 1); 43 // Creates a CCommSerial instance that when opened will connect to second USB printer /dev/usb/lp1 44 44 }}} 45 45