The Serial Output event type can be used anytime you need to “talk”
to an external device that has a serial port interface. This
includes USB ports that have a USB-serial port adapter. To
see the serial ports that are available in your computer and setup the
desired port, click on the Setup button; the
Serial Port Setup dialog opens:
For communication to be established successfully with the device on
the other end, the serial port settings must match exactly. Once
the setup is complete, you can create as many Serial Output events without
having to change it again:
You can enter the data to send in one of two forms: String or ASCII Values. Use the String form if the data that you want to send can be typed. Otherwise you will need to use the ASCII Values form, e.g. send 9 for a tab.
Click on Convert to ASCII to have SuperLab convert from String form to ASCII Values form.
SuperLab can append carriage returns and line feeds automatically if the corresponding checkboxes are turned on.
Click on Test to have SuperLab “open” the serial port and send the data that you typed.