COM-DRV(WDM) is a software for using our serial communication devices on Windows.
COM-DRV(WDM) has the following 3 drivers.
- 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.