serial_port_win32 0.4.4
serial_port_win32: ^0.4.4 copied to clipboard
A SerialPort library using win32 API, for connecting real device by serial port. Now only supports Windows.
0.4.4 #
- fix read bug
0.4.3 #
- fix read bug
0.4.2 #
- using overlapped mode
- streaming reading data
- add
readOnBeforeFunction
- add
readOnListenFunction
- bug fixed
0.4.1 #
- fix
close
bug
0.4.0 #
- fix ui blocking
0.3.1 #
- add [readBytesOnceOnListen] function
0.3.0 #
- using waitEvent to listen port
0.2.2 #
- change
readBytesOnListen
API - add
readBytesOnce
,openStatus
...
0.1.2 #
- add
readOnListen
API
0.1.1 #
- add
closeOnListen()
API
0.1.0 #
- add more write API
- revise doc
0.0.9 #
- add write API
- add more doc
0.0.8 #
- remove
reopenPort
function, instead byopen()
- add
openWithSettings()
API - can setup parameters when create instance
0.0.7 #
- make API more efficient
- add more API
- Compatible with new win32 package API
- fix bugs
- add more doc
0.0.6 #
- fix bugs
- add reopen method
0.0.5 #
- fix memory allocation bug
- change Function getAvailablePorts() structure
0.0.4 #
free pointers when called
0.0.3 #
Add more docs.
0.0.2 #
Update example and fix bug.
0.0.1 #
Init all files about Serial Port on Windows.