Commit Graph

20 Commits

Author SHA1 Message Date
gohai
f4f00102bd Put back the Javadoc from the 2012-era Serial library 2015-10-18 12:51:57 +02:00
REAS
5575b774b8 Tests for new Serial reference 2015-10-13 15:56:05 -07:00
Ben Fry
96b9f8dc21 remove unnecessary parens 2014-11-14 15:08:52 -07:00
Kyle Feuz
6274986bd6 Implements the active() method for Serial and Server (Issue #2364). 2014-06-10 23:22:08 -07:00
Jonathan Feinberg
bd3fe3514c Permit implementing serialEvet and serialAvailable without having to link to Serial at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-19 20:42:26 -04:00
gohai
5235b190c2 Serial: Remove debug code again 2013-12-15 16:02:23 -08:00
gohai
1c95fd341e Serial: Only use workaround if we're using serialEvent 2013-12-15 15:55:31 -08:00
gohai
59761b42d2 Serial: Only read a single character at a time to emulate RXTX behavior 2013-11-25 08:23:40 -08:00
gohai
541cab2bd9 Add a debug() method to Serial
This commit also turns a 100ns wait inside JSSC in a yield() and removes the invocation of serialEvent outside the synchronized block.
2013-11-24 20:52:38 -08:00
gohai
72ec72ae53 Add missing readStringUntil() method 2013-10-28 17:18:13 +01:00
gohai
ba4f204c25 Remove commented out lines 2013-10-01 21:27:27 -07:00
Ben Fry
f2bc900427 update serial with p5 code conventions, fix two warnings 2013-09-25 14:12:56 -04:00
gohai
d46e55714d Replace RXTX-based serial library by one based on JSSC
Development on this was done in https://github.com/gohai/processing-serial-jssc. See also https://github.com/gohai/java-simple-serial-connector for changes to JSSC (not yet upstreamed).
2013-09-24 08:26:08 -07:00
benfry
8b771c0d98 cleaning up stop/dispose events 2012-11-25 17:41:33 +00:00
benfry
54b524d22a add tool to fix the serial port on OS X 2012-10-21 00:12:26 +00:00
benfry
e85b1c7496 throw an exception when /var/lock does not exist.. otherwise too subtle 2012-08-05 14:37:33 +00:00
benfry
02b4e738f5 fix problem with bufferUntil() not properly handling values over 127 (issue #1079) 2012-08-04 19:57:29 +00:00
benfry
c5db8dbb16 add 64-bit version of OS X serial, also add warning about lock files 2012-08-04 19:30:44 +00:00
Casey Reas
adfaed5e1a Basic 2.0 Ref changes 2011-07-27 16:04:21 +00:00
benfry
7f118cf342 moving to new structure 2011-01-26 19:12:55 +00:00