stephendpmurphy / shost

💻 shost - GUI, CLI and static library for connecting to FTDI MPSSE capable devices
MIT License
2 stars 1 forks source link

Set the RX and TX buffers to be a pointer in the xfer object #38

Closed stephendpmurphy closed 2 years ago

stephendpmurphy commented 2 years ago

The RX and TX buffers are currently hard coded to 256bytes. We can instead make these into pointers which will allow the end user to determine their transfer lengths and not be constricted by the lib