Fix unfinished printer host demo - some printer languages use embedded NULLs and...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 02:59:16 +0000 (02:59 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jul 2009 02:59:16 +0000 (02:59 +0000)
commit5d8cdd9bea07acd276b260b34bea299a45a9088a
tree5a6d883cd12ea59d4e36f54654d7b96d3b99930d
parent8a68203d3451c50c573c6baf4850e72d8dbabfcb
Fix unfinished printer host demo - some printer languages use embedded NULLs and so strlen() won't work in all cases. Ensure NULL terminator for the test page is not transmitted to the device.
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.h
Demos/Host/Incomplete/PrinterHost/PrinterHost.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c