billhsu / jUART

Cross platform browser plugin for serial port communication from JavaScript
202 stars 76 forks source link

Not closing on eof, restarting recv when serial still opened #41

Closed Gregwar closed 8 years ago

Gregwar commented 8 years ago

It appeared that ::eof error occurs sometime without any reason when I try it

Moreover, recv_start should be called again when do_close is simply returning

billhsu commented 8 years ago

@Gregwar Looks good to me :+1: