aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/PrinterHost/PrinterHost.c
Commit message (Expand)AuthorAgeFilesLines
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-201-237/+0
* Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean Camera2009-07-201-3/+3
* 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-201-5/+9
* Fix unfinished printer host demo - some printer languages use embedded NULLs ...Dean Camera2009-07-201-2/+2
* 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-191-18/+17
* Add partial project documentation to the incomplete PrinterHost demo.Dean Camera2009-07-191-23/+18
* Fix PrinterHost demo so that it will only enumerate printers with Bidirection...Dean Camera2009-07-191-5/+28
* Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...Dean Camera2009-07-191-5/+5
* Magstripe Project: Ensure that empty tracks still print out a newline seperat...Dean Camera2009-07-191-13/+41
* 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-131-58/+29
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-0/+219