COM-DRV(WDM) is a software for using our serial communication devices on Windows.
- It can be used in the same way as the COM port (standard COM) on the PC.
- Supports communication using the DCB structure of the OS standard Win32 API.
- Supports the SerialPort class in .NET.
- Supports the pySerial module in Python.
- It comes with a utility that is useful for checking the operation.
- It is included many sample programs to indicate the way to use API-AIO(WDM) for each development tool.( for Visual Basic, for Visual C#, for Visual C++, for Python)
You can build an execute sample programs immediately when you open properly project file with development tool.
- These sample programs and this help file may assist you to develop your own application software, strongly.
- The applications created by using the driver can be distributed freely.