FengChendian / serial_port_win32

A flutter SerialPort library using win32 API.
BSD 3-Clause "New" or "Revised" License
30 stars 8 forks source link

SerialPort.getAvailablePorts() throws Exception: can't open Register #4

Closed sabin26 closed 2 years ago

sabin26 commented 2 years ago

image image

sabin26 commented 2 years ago

Sorry for the trouble ! Apparently this exception was thrown because my laptop has no serial ports. Later, I connected a USB to Serial Connector, installed the required drivers, tested it and it worked. Closing the issue now ! By the way, Great library !!