JavaScript Serial Applet
2 Comments Bookmark on del.icio.us Published by vanevery November 13th, 2009 in Development, Open Source, Related to this SiteA couple of weeks ago I put together a process for allowing access to a hardware serial port from JavaScript. I thought I would point to the documentation page here and allow the comments section of this post to be a place where questions could be answered and so on.
Without further ado, here it is:
JavaScript Serial












hi, thanks for the nice piece of software!
is it possible to change the baudrate via javascript?
keep up the good work!
Hi Chris,
Yes, it is possible but I didn’t create any methods to do so. You will have to edit the source and compile.
The source is located here: http://www.walking-productions.com/jsserial/new/JSSerial.java
You’ll need the Serial.jar library from Processing.org as well.
-shawn