jputcu / serialport

Cross platform haskell library for using the serial port
Other
43 stars 36 forks source link

Let caller decide how many characters to receive #8

Closed jputcu closed 12 years ago

jputcu commented 12 years ago

Replace recvChar and recvString by recvChars with a extra argument, the number of characters. Also replace the sendChar and sendString by sendChars.