Message from discussion
Serial Interface
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Received: by 10.101.20.1 with SMTP id x1mr1097993ani.8.1255581662802; Wed, 14
Oct 2009 21:41:02 -0700 (PDT)
Date: Wed, 14 Oct 2009 21:41:02 -0700 (PDT)
X-IP: 76.15.204.139
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us)
AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe),gzip(gfe)
Message-ID: <f5dbe6cc-5b71-474a-a60b-46b6b0e16a45@a31g2000yqn.googlegroups.com>
Subject: Serial Interface
From: savanevery <savanev...@gmail.com>
To: "Processing.js" <processingjs@googlegroups.com>
Hi All,
One thing that Processing has that Processing JS is missing is Serial
access. I wrote a Java Applet to JavaScript bridge to allow that..
Perhaps it could be adopted by Processing.js?
http://www.walking-productions.com/jsserial/new/JSSerial.html
-shawn