mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
serial updating and tweaking
This commit is contained in:
+10
-1
@@ -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.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user