billhsu / jUART

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

Adding unix detection for ttyUSB/ttyACM ports #43

Closed Gregwar closed 8 years ago

Gregwar commented 8 years ago

This detects serial ports (keeping ttyUSB and ttyACM) It is not a perfect method but it works in most case and still better than nothing anyway

billhsu commented 8 years ago

@Gregwar Thanks for submitting the PR! I have two minor comments.

billhsu commented 8 years ago

@Gregwar can you help take a look into #24? It seems that that PR is doing the same.