USB data packets are usually up to 64 bytes and I would like to be able to read those packets instead of reading just raw bytes when they come (Read).
This could greatly improve building protocols for embedded firmware as you can use the same exact encoding on the device side and on the host side.
USB data packets are usually up to 64 bytes and I would like to be able to read those packets instead of reading just raw bytes when they come (Read).
This could greatly improve building protocols for embedded firmware as you can use the same exact encoding on the device side and on the host side.