A 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

Share and Enjoy:
  • Digg
  • del.icio.us
  • co.mments
  • Furl
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • TailRank
  • Technorati
  • YahooMyWeb

2 Responses to “JavaScript Serial Applet”  

  1. 1 Chris

    hi, thanks for the nice piece of software!
    is it possible to change the baudrate via javascript?

    keep up the good work!

  2. 2 vanevery

    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

Leave a Reply