Changes between Version 2 and Version 3 of Docs/Prog/Manual/DeviceSupport/USB
- Timestamp:
- 11/30/09 13:36:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/USB
v2 v3 1 = = USB Support ==1 = USB Support = 2 2 The [wiki:WikiStart Cardinal 825] supports many USB devices such as Flash Drives, Printers (Cardinal supported only!), keyboards, and mice. 3 3 4 == = USB Mass Storage ===4 == USB Mass Storage == 5 5 The 825 supports USB flash storage devices formatted with the FAT (file allocation table) and FAT32 file systems. From the serial command line when a USB storage device is inserted the display will appear similar to: 6 6 … … 20 20 [[Top]] 21 21 22 == = USB Keyboards ===22 == USB Keyboards == 23 23 As of kernel 2008-11-13 many USB keyboards should work with the 825. Simply plug the keyboard into an 825 USB connection. 24 24 … … 38 38 [[Top]] 39 39 40 == = USB Printing ===40 == USB Printing == 41 41 usblp.ko device driver module for usb printing support. Type: 42 42 … … 62 62 ''Applications may be written to open “/dev/usblp0” to print to USB printer 0 instead of “/dev/ttyS1” to open COM2'' 63 63 64 === = Successful Tests ====64 === Successful Tests === 65 65 * Okidata Microline 320 Turbo - ''Older versions of this printer do not have USB port'' 66 66 * Hewlett Packard !DeskJet 830C - ''Does not print page until filled so extra line feeds are required to fill the page to finish the print'' 67 67 68 === = Currently Developing ====68 === Currently Developing === 69 69 * HP !LaserJet P1020 70 70 71 === = Unsuccessful ====71 === Unsuccessful === 72 72 * HP !LaserJet P1006 - ''Research indicates this printer requires host to send firmware update file to printer, and does not accept raw text but requires XQX stream protocol'' 73 73 74 74 [[Top]] 75 75 76 == = USB to PC communications ===76 == USB to PC communications == 77 77 To load the driver for USB to PC communications type: 78 78