WebAPI/WebSerial: Difference between revisions
< WebAPI
Jump to navigation
Jump to search
(added implementation suggestion) |
|||
Line 4: | Line 4: | ||
== Reference APIs == | == Reference APIs == | ||
http://developer.chrome.com/apps/serial.html | * [http://developer.chrome.com/apps/serial.html chrome.serial (Serial API for Chrome Apps)] | ||
http://pyserial.sourceforge.net/pyserial_api.html | * [http://pyserial.sourceforge.net/pyserial_api.html pySerial] | ||
http://williamjwoodall.com/serial/doc/1.1.0/classserial_1_1_serial.html | * [http://williamjwoodall.com/serial/doc/1.1.0/classserial_1_1_serial.html serial (c++ library for ROS)] | ||
http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/overview/serial_ports.html | * [http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/overview/serial_ports.html Boost's Serial API] |