serial updating and tweaking

This commit is contained in:
benfry
2002-08-01 05:10:52 +00:00
parent c6dbf459e3
commit ca63e109b0
2 changed files with 12 additions and 2 deletions
+10 -1
View File
@@ -158,11 +158,20 @@ things need to go in a folder called 'data' inside sketchbook/default
SERIAL PORT
>>>>>>>>>>>>>> NEED TO WRITE THIS SECTION <<<<<<<<<<<<<<<<
the serial port is a useful way to hook things up to hardware
devices of your own devising.
on macos9, works fairly well with my keyspan usb/serial adapter. thank
god for patrick beard and jdirect.
>>>>>>>>>>>>>> NEED TO WRITE THIS SECTION <<<<<<<<<<<<<<<<
on macosx, need rxtx to be installed (dmg included with p5 download),
follow their bizarre instructions. on my machine, i'm using a keyspan
28X dual port adapter, and the selection i use on the serial port menu
reads "/dev/cu.USA28X21P1.1". your mileage may vary.
linux.. haven't tested but you'll need rxtx and elbow grease.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+2 -1
View File
@@ -16,6 +16,8 @@ X import javax.comm stuff as standard in kjc (but not export)
X can't get fonts to load - tested working ok
X bagel complaint: could not load font Univerx76.vlw.gz
X why the x? what's going on?
X try using serial on macosx
X works, but about as well as the windows version used to
pde
@@ -35,7 +37,6 @@ a _ set file type/creator for .pde files.. TEXTPde1
a _ try using serial
macosx
a _ try using serial
a _ test presentation mode for window sizing status
macos