Changes between Version 2 and Version 3 of Docs/825gen2/Dev/Devices/USB/Serial
- Timestamp:
- 11/30/23 16:04:59 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB/Serial
v2 v3 3 3 FTDI FT232 supported 4 4 5 dmesg output: 6 {{{ 5 7 [ 253.244663] ftdi_sio 1-1.1:1.0: FTDI USB Serial Device converter detected 6 8 [ 253.244821] usb 1-1.1: Detected FT232RL 7 9 [ 253.246307] usb 1-1.1: FTDI USB Serial Device converter now attached to ttyUSB0 10 }}} 8 11 9 12 Connect to PC running CommView. The PC serial port should be connected to the USB serial adapter that is connected to the 825 with a crossover cable such as Cardinal 8545-B099-0A. … … 11 14 The default baud rate is likely 9600. Settings can be changed with the stty command such as: 12 15 16 {{{ 13 17 card825gen2:~$ stty -F /dev/ttyUSB0 115200 raw -echo 14 18 15 19 card825gen2:~$ echo "hello" > /dev/ttyUSB0 20 }}} 16 21 17 22 CommView will show: