Changes between Version 3 and Version 4 of Docs/Prog/Manual/DeviceSupport/SerialPorts
- Timestamp:
- 05/09/19 10:34:58 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/SerialPorts
v3 v4 21 21 }}} 22 22 23 23 24 This will output “123” to the COM3 port. Note 31 hexadecimal for the ASCII character “1”, 32 is hexadecimal for the ASCII character “2”, etc. As of kernel 2008-11-20 an additional device file /dev/com3 is provided to simplify COM3 application communications. This additional device file is also controlled by the mnbd-comm device driver. 24 25 {{{ 25 26 # echo “123” > /dev/com3 26 27 }}} 28 29 Use of /dev/com3 is deprecated. 27 30 28 31 This will output “123” to the COM3 port.