Command Serial | |||||
This command sends the string "ABCDEFG" over the com port 1. Up to four serial ports can be configured in the 'DigaROC.ini' with the sections [Serial 2] to [Serial 4]. Use the command 'Serial3' to access the third configured serial port.
To send special ASCII codes use the escape character \ (backslash): \r -> ASCII code 13 or 0D \n -> ASCII code 10 or 0A \t -> ASCII code 09 or 09 \\ -> \ normal Backslash \xx -> xx specifies the hexadecimal ASCII code, for example: \20 -> See also Parameter description for section [Serial 1] of digaroc.ini |
|||||
|