|
|
|
RS232 Software allow send data to serial port in ASCII TEXT, BINARY, DECIMAL (DEC), HEX, FLOAT (IEEE754) format.
Use revese bytes flag to manage byte order.
With DEC format, if token have greater size than Unit length the Error message will appear.
For example if you specify Format=DEC and Length=2 and print 32768 in output window you will get a Error Message.
To send data periodically, set Send periodically flag and Period value in milliseconds.
To transfer file to serial port, set Send file flag and select file to send.
|
|
|