по России бесплатно
The is a common chipset used in PCIe expansion cards to provide dual serial (RS-232) ports and/or a parallel (LPT) port. For Windows 10 users, getting the device recognized requires the specific CH38XDRV driver package . 1. Official Driver Information
To install the WCH CH382L driver on Windows 10, follow these steps: wch ch382l driver windows 10
import serial
ser = serial.Serial('COM3', 115200, timeout=0)
ser.write(b'Hello, CH382L!')
response = ser.readline()
ser.close()
After installation: