| Function |
Description |
| Connect |
Opens the specified port and begins serial communication. |
| Port |
Usable serial ports are displayed in the list. Selects a port where a device
for communication is connected. |
Baud Rate
Data Bits
Parity
Stop Bits
Handshake
Time Out |
Sets up communication conditions. |
| Thread |
Send and receive are run on another thread if this item is ON.
( This function is not included in the software that was developed by VB
6.0 ) |
RTS
DTR |
Controls the output of RTS and DTR. |
CTS
DSR |
Displays the state of CTS and DSR. |
| Mode |
Selects the mode of input or output. The display of data that already exist
is converted into a format of a newly selected mode if the mode is changed.
The data corresponding to FF from 80 of the hexadecimal code are lost if
it is converted into the text format from the binary format. |
| Format |
Adjusts the digit if a binary format is selected. |
| Clear |
Clears data. |
| Send Data |
Inputs data of a selected format.
( Examples )
* Binary ( Hexadecimal ) : 41 54
* Binary ( Decimal ) : 065 084
* Text ( ASCII ) : AT |
| Delimiter |
Selects a delimiter for appending at the end of data. |
| Send |
Sends data. |
| Receive Data |
Displays received data. |
| Auto Update |
Maintains the display of receive data at the latest state. |
| Update |
Updates the display of data to the latest state. |
| Data Size |
Displays the data size. The unit to be used is byte. |
| Minimum |
Sets up the minimum value of auto generation data. |
| Maximum |
Sets up the maximum value of auto generation data. |
| Condition |
Sets up the send condition of auto generated data. |
| Continuous Send |
Sends the auto generated data continuously. |