- RS232 - CPS Plus Pro Serial DAQ
- Overview
- Installation, System Requirements, and Uninstallation
- Quick Start Guide
- Using CPS Plus Pro - Serial Data Acquisition Software
- Data Filtering
- Data logging options
- Writing data to RS232 COM ports / controlling devices
- Tools: ASCII Table - Standard and Extended ASCII Table
- Troubleshooting
- Program Options
- Downloads, Ordering, and Support
- Using CPS Plus with Serial Converters
- License
How to send characters to a serial port that can not be entered via the keyboard
It is possible to send any character(s) to a serial port by entering the relevant ASCII code inside curly brackets.
Examples:
Character A can be entered as the character “A” or as the ASCII code enclosed inside curly brackets {65}.
Command:
3 BEL
can be entered as {51} {7}
CPS Plus supports the following list of pre-defined character codes:
{ESC} = {27}
{nul} = {0}
{DEL} = {127}
{TAB} = {9}
{CR} = {13}
{LF} = {10}
{CRLF} = {13}{10}
{EOF} = {26}
{BEL} = {7}