aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/PrinterHost
Commit message (Expand)AuthorAgeFilesLines
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-207-1497/+0
* Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean Camera2009-07-203-8/+11
* Remove ClearPipeStall routine from the StillImageHost demo, as there is now a...Dean Camera2009-07-201-1/+1
* Cleaner solution to the PrinterHost data send routine problem of embedded NUL...Dean Camera2009-07-203-9/+20
* Fix unfinished printer host demo - some printer languages use embedded NULLs ...Dean Camera2009-07-203-5/+5
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-192-18/+24
* Add partial project documentation to the incomplete PrinterHost demo.Dean Camera2009-07-196-61/+109
* Fix PrinterHost demo so that it will only enumerate printers with Bidirection...Dean Camera2009-07-194-31/+45
* Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...Dean Camera2009-07-192-5/+6
* Magstripe Project: Ensure that empty tracks still print out a newline seperat...Dean Camera2009-07-194-22/+59
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-7/+5
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-135-74/+178
* Added incomplete PrinterHost demo application.Dean Camera2009-07-115-0/+1275