Cleaner solution to the PrinterHost data send routine problem of embedded NULLs ...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 03:07:27 +0000 (03:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 03:07:27 +0000 (03:07 +0000)
commit4c035b14f1349828384946523987f009c9966690
treefbda7f2fa935af2bd51252875407da68bc429446
parent5d8cdd9bea07acd276b260b34bea299a45a9088a
Cleaner solution to the PrinterHost data send routine problem of embedded NULLs - use a special structure to hold the data string plus the length in bytes of the data.
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.h
Demos/Host/Incomplete/PrinterHost/PrinterHost.c