Skip to content

Commit 0dd9157

Browse files
MqxxKatze719
authored andcommitted
Update README.md
1 parent 345b2e8 commit 0dd9157

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
4640
To use this library you need the following flags to run it:
4741
- `--unstable`

0 commit comments

Comments
 (0)