jputcu / serialport

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

Return the number of bytes sent #10

Closed jputcu closed 12 years ago

jputcu commented 12 years ago

When sending a string, "send" should return the number of bytes actually sent, else there is no way of knowing everything is OK.