serial/README.MD
Nicholas Stănescu 3f27144231 pretty much done pt2
needs documentation update and testing
2025-05-02 02:02:08 +02:00

18 lines
758 B
Markdown

# serial for ip2
### Compiling libserialport caused a false positive* by windows defender for me.
###### *at least so i think, everything points to it being a false positive.
###### The library is made by a trustworthy source and is used in the project AVRDUDE partially, and also other sigrok projects.
###### There is also a package of version 0.1.1 on basically every official linux package repository and arch linux has a 0.1.2 package.
###### i checked the integrity of all files i downloaded from the git mirror by checking hashes and they were the same as the original source. So it should be safe
TODO:
- [x] create read function
- [x] create write function
- [x] how to be aware of data arriving
- [ ] other
- [ ] test read and write functions