Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial


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

--

Legend:

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

    v17 v18  
    4040**825gen2**
    4141{{{
    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/lp0
     42CCommSerial *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
    4444}}}
    4545