
5. About Software
COM-4CN-USB
31
5.
About Software
About standard COM driver software
The following functions can be realized with the bundled disk "COM Setup Disk".
-
Operation under Windows and Linux.
-
The serial ports can be used in the same way as the standard COM ports on the PC.
-
The products can be used for all types of serial communications such as for remote access service
(RAS) and uninterruptible power supply (UPS) applications.
-
Under Windows, the serial ports can be accessed using the standard Win32 API communication
routines (CreateFile( ), WriteFile( ), ReadFile( ), and SetCommState( ), etc.)
-
The serial ports are also compatible with the Visual Basic communication control (MSComm).
-
Suports the communication class of .NET Framework (SerialPort class).
Refer to the \USB\Readmej.txt files on the bundled disk for details.
About Sample programs
The sample program \Samples is included in the bundled disk. Use this for reference and testing when
developing software.
Example of sample
-
Transmit/Receive sample
Sends data entered from the keyboard and displays received data on the screen.