Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial


Ignore:
Timestamp:
01/23/24 11:02:03 (10 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial

    v9 v10  
    2525CCommSerial *pSerial = new CCommSerial(2);
    2626// Creates a CCommSerial instance that when opened will connect to COM2
     27}}}
     28
     29**825gen2**
     30{{{
     31CCommSerial *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{{{
     37CCommSerial *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
    2739}}}
    2840