| Function |
Summary |
Grade |
| LE |
SE |
PE |
| Send and Receive of Data |
Can communicate with a modem, a communication equipment, a measuring instrument,
a machine tool and so on that were connected to the serial port. ( RS-232C
) Supports the sending and receiving of binary data or various text data. |
 |
 |
 |
| I/O Type Selection |
Can use the following types for input and output of data.
Binary ( Hexadecimal )
Binary ( Decimal )
Text ( ASCII )
Text ( ISO )
Text ( EIA ) |
 |
 |
 |
| Communication Condition Setup |
Can change the communication condition to enable communication with the
device of various types. |
 |
 |
 |
| Flow Control |
Can control a line for flow control. |
 |
 |
 |
| Monitor |
Can monitor the state of various lines. |
 |
 |
 |
| Autosave of Settings |
Settings of software are saved automatically. Those settings are restored
at startup. |
 |
 |
 |
| Send and Receive by Multithread |
Can get stable communication and comfortable operability by assigning a
separated thread for the sending and receiving.
( This function is not included, if the development language is Visual
Basic 6.0 ) |
 |
 |
 |
| Save and Load of Data |
Can save data to a file and can load data from a file. Can handle binary
files or text files. |
 |
 |
 |
| Data Auto Generation and Continuous Send |
Can continuously send the automatically generated data. |
 |
 |
 |
| Check Latest Release |
Can check whether updated software exists. |
 |
 |
 |