Changes between Version 12 and Version 13 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommSerial


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

--

Legend:

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

    v12 v13  
    4343// Creates a CCommSerial instance that when opened will connect to first USB to printer /dev/usb/lp0
    4444}}}
     45
     46**NOTE** When "new" is used to instantiate on object be sure to use "free" at an appropriate point in the code to release the memory. Otherwise and memory leak will occur and the 825 may run out of memory.
    4547
    4648==== Example ====