Changes between Version 22 and Version 23 of Docs/Prog/Manual/DeviceSupport/USB
- Timestamp:
- 04/25/23 06:59:48 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/USB
v22 v23 89 89 This example will mount the flash device, write a file to it, and then unmount the device. The USB storage device should not be removed or replaced while it is mounted. Programs should be written to mount and unmount each time they write to the flash, or there should be some command provided in the program so that the operator can unmount the drive to replace it. 90 90 91 [[Top]]92 93 91 === USB Keyboards === 94 92 As of kernel 2008-11-13 many USB keyboards should work with the 825. Simply plug the keyboard into an 825 USB connection. … … 106 104 107 105 The characters typed on the USB keyboard should show on the serial port terminal. 108 109 [[Top]]110 106 111 107 === USB Printing === … … 141 137 === USB Hubs === 142 138 Many standard models of USB 2.0 hub will work to allow more devices to be connected simultaneously. 143 144 [[Top]]145 139 146 140 == 825 USB B Port (1) ==