Changes between Version 7 and Version 8 of Docs/Prog/Manual/DeviceSupport/USB


Ignore:
Timestamp:
11/18/11 16:42:00 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/USB

    v7 v8  
    8787
    8888== USB to PC communications ==
     89The first time the 825 is connected to a Windows PC a driver my may required to be installed.
     90
    8991To load the driver for USB to PC communications type:
    9092
     
    103105“abcdefg” will then appear on the Hyperterm display.
    104106
     107{{{
     108# cat < /dev/ttygserial
     109}}}
     110
    105111In HyperTerminal, type:
    106112
    107113{{{
    108 123456
     114123456<CR>
    109115}}}
    110116On the serial connection to the indicator type:
    111117
    112 {{{
    113 # cat < /dev/ttygserial
    114 }}}
    115118The received characters “123456” from the PC will then be displayed.
    116119