/ChromeSerialPortExtension

A Chrome browser extension to allow web pages to interact with serial port.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Chrome Serial Port Extension

##Introduction The Serial Port Interface is a Google Chrome browser app to allow the use of serial ports comunication inside a web page. The app acts as a wrapper between the web pages and the serial ports. It uses the chrome.serial API to interact with the serial ports and the chrome.runtime messaging API to exchange information with the web page. It is also provided a simple JavaScript library to use inside the web pages to access the services provided by the app.