File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This library provides an interface for the communication with serial devices and
2626- Create multiple serial connections at the same time.
2727- List available ports and their properties.
2828- Set timeouts for both reading and writing.
29- - All functions are async.
29+ - All functions are async (currently not implemented yet) .
3030- Uses no third party modules.
3131- Works on different operating systems (check [ compatibility] ( #compatibility ) for mor info).
3232
@@ -36,12 +36,6 @@ This library provides an interface for the communication with serial devices and
3636| Windows | Windows 10 (x64) | implemented |
3737| Linux | Ubuntu Server 22.04 LTS | implemented |
3838
39- ## Possible/Known issues
40- - What happens if you open multiple connections from the same instance.
41- - Every function returns the status code although it is previously checked.
42- - What happens if you async read 2 times directly after each other.
43- - Linux write currently not working
44-
4539## Examples - How to use
4640To use this library you need the following flags to run it:
4741- ` --unstable `
You can’t perform that action at this time.
0 commit comments