FengChendian / serial_port_win32

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

Read Bugs Collection #27

Open FengChendian opened 10 months ago

FengChendian commented 10 months 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.