ladisk / LDAQ

MIT License
24 stars 5 forks source link

ENH: simple serial acquisition source #51

Closed TKosir closed 1 year ago

TKosir commented 1 year ago

Current acquisition source only supports reading actual bytes.

An additional acquisition source capable of reading and writing regular characters should also be added for beginners that usually send characters over serial instead of bytes. (For example using serial.print() when using arduino)

TKosir commented 1 year ago

Implemented.