garrows / browser-serialport

Robots in the browser. Just like node-serialport but for browser/chrome apps.
MIT License
205 stars 73 forks source link

remove datastring references from readme #17

Closed jacobrosenthal closed 9 years ago

jacobrosenthal commented 9 years ago

datastring has been depreciated as its not in node-serialport

jacobrosenthal commented 9 years ago

Use node-serial's readme with just changes where chrome doesnt support the same options?

jacobrosenthal commented 9 years ago

Not perfect, but maybe enough to get us going. Pulled demo from readme as its currently broken, added node-serials Use section and struck through options not available on browser-serialport https://github.com/garrows/browser-serialport/blob/readme/README.md

I could still see a compat section that lists what we know as incompat?

jacobrosenthal commented 9 years ago

Actually I dont know that chrome wont support nonstandard baud rates. Docs say 'should' match standard rates such as.. And Chris uses same language 'should' so utilizing same baud list.

Added a known incompatibilities list which makes me about comfortable publishing 2.0.0

phated commented 9 years ago

Readme is updated