FengChendian / serial_port_win32

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

Read Bugs Collection #27

Open FengChendian opened 1 year ago

FengChendian commented 1 year ago

There are some reports that read function can not work. I have confirmed that it's a bug due to unexpected execution of PurgeComm.

I have fixed this bug in version 1.1.0. Now test in ESP32 is passed. I think I should have solved the bug.

If there are still some problems in Read, please submit in this issue.