1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Tidy up and split most OS-specific code to separate files.

This commit is contained in:
Martin Ling
2014-06-11 15:10:29 +01:00
parent a93fb46888
commit e33dcf90a0
11 changed files with 1020 additions and 905 deletions

2
README
View File

@@ -11,7 +11,7 @@ transparently on any platform supported by the library.
The operations that are supported are:
- Port enumeration (obtaining a list of serial ports on the system).
- Obtaining port metadata (USB VID:PID, manufacturer and product name, etc).
- Obtaining port metadata (USB device information, Bluetooth address, etc).
- Opening and closing ports.
- Setting port parameters (baud rate, parity, etc).
- Reading, writing and flushing data.