Changes between Version 7 and Version 8 of Docs/Prog/Manual/DeviceSupport/USB
- Timestamp:
- 11/18/11 16:42:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/USB
v7 v8 87 87 88 88 == USB to PC communications == 89 The first time the 825 is connected to a Windows PC a driver my may required to be installed. 90 89 91 To load the driver for USB to PC communications type: 90 92 … … 103 105 “abcdefg” will then appear on the Hyperterm display. 104 106 107 {{{ 108 # cat < /dev/ttygserial 109 }}} 110 105 111 In HyperTerminal, type: 106 112 107 113 {{{ 108 123456 114 123456<CR> 109 115 }}} 110 116 On the serial connection to the indicator type: 111 117 112 {{{113 # cat < /dev/ttygserial114 }}}115 118 The received characters “123456” from the PC will then be displayed. 116 119