stephendpmurphy / shost

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

If a full byte isn't provided with the -d option, it will improperly fill from the previous byte #25

Closed stephendpmurphy closed 2 years ago

stephendpmurphy commented 2 years ago

Passing a buffer of:

-d 0x02,0xA

Results in a byte array of:

0x02,0xA2