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

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:

  • create read function
  • create write function
  • how to be aware of data arriving
  • other
  • test read and write functions
Description
No description provided
Readme 1.3 MiB