hello list!
i'm trying to get my arduino board to run with pd.
i work on a g4 powerbook, OS 10.4.8 with the latest installer from
hans, Pd-0.39.2-extended-test7.
the arduino works fine with processing, the blinking led test file
works, so i upload the pd_firmware.
when i open the arduino-help file everything seems to work fine, i
can open a connection and get this message:
[comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
then i set the port 13 to output and toggle the pin 13 on and off,
but the led just doesn't start to blink.
i'm sorry if this is a complete newbie error, but still - any
recommendations?
thank you in advance,
emanuel
You need to connect to the serial line device that has "usbserial" in
it. /dev/tty.Bluetooth-PDA-Sync seems to be a Bluetooth PDA.
.hc
On Feb 19, 2007, at 7:34 PM, media.gambler wrote:
hello list!
i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8 with the latest installer from
hans, Pd-0.39.2-extended-test7.the arduino works fine with processing, the blinking led test file
works, so i upload the pd_firmware.when i open the arduino-help file everything seems to work fine, i
can open a connection and get this message: [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
- is this already wrong? is that the correct type of connection?
then i set the port 13 to output and toggle the pin 13 on and off,
but the led just doesn't start to blink.i'm sorry if this is a complete newbie error, but still - any
recommendations?thank you in advance,
emanuel _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin
On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote:
hello list!
i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8 with the latest installer from hans, Pd-0.39.2-extended-test7.
the arduino works fine with processing, the blinking led test file works, so i upload the pd_firmware.
when i open the arduino-help file everything seems to work fine, i can open a connection and get this message: [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
- is this already wrong? is that the correct type of connection?
i assume not. for example on my computer, the arduino is on /dev/ttyUSB0 . to open that device with comport, i have to send a message [open 8(. the help-file of arduino has only a radio, that covers the range from 0-7. but on many systems the right address is much higher than 7 (e.g 48). i don't know what is usual on osx, but i would try any number up to 100, until you see something like /dev/ttyUBS0 (this is on linux, don't know about osx).
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote:
[comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
- is this already wrong? is that the correct type of connection?
don´t know pduino at all, but just in case, if you are planning to use comport object with arduino or any other serial device, open your shell and type:
[code]i=0; for f in ls /dev/tty.*
; do echo $i $f; i=$(( $i + 1 ));
done[/code]
which will list all your tty devices and serial line numbers.
/gordo
On Feb 20, 2007, at 6:03 AM, gordo wrote:
On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote:
[comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
- is this already wrong? is that the correct type of connection?
don´t know pduino at all, but just in case, if you are planning to
use comport object with arduino or any other serial device, open
your shell and type:[code]i=0; for f in
ls /dev/tty.*
; do echo $i $f; i=$(( $i +
1 )); done[/code]which will list all your tty devices and serial line numbers.
Also, on the most recent versions of [comport], sending an [devices ( message should print out a similar list to the Pd window.
.hc
/gordo _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
that simple!
it was number 8, so extending the radiobutton to select the serial
port was the simple solution!
thank you gordo&roman!
i'll now start to mess around with a stepper motor h bridge and try
to combine it with camera tracing, so i might be back with another
question soon...
thank you again!
emanuel
On 20 Feb 2007, at 11:41, Roman Haefeli wrote:
On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote:
hello list!
i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8 with the latest installer from hans, Pd-0.39.2-extended-test7.
the arduino works fine with processing, the blinking led test file works, so i upload the pd_firmware.
when i open the arduino-help file everything seems to work fine, i
can open a connection and get this message: [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
- is this already wrong? is that the correct type of connection?
i assume not. for example on my computer, the arduino is on /dev/ttyUSB0 . to open that device with comport, i have to send a message [open 8(. the help-file of arduino has only a radio, that
covers the range from 0-7. but on many systems the right address is much
higher than 7 (e.g 48). i don't know what is usual on osx, but i would try
any number up to 100, until you see something like /dev/ttyUBS0 (this
is on linux, don't know about osx).roman
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http:// messenger.yahoo.de