|
Author |
Topic: sonia + serial communication (Read 2337 times) |
|
yum
|
sonia + serial communication
« on: Dec 1st, 2004, 6:27pm » |
|
I'm trying to use sound with handmade switches. The switches works without sonia, but they stop working when I put sonia's code folder in sketch folder. Does anyone know how to use 'sonia' and 'serial communication' together?
|
|
|
|
pitaru
|
Re: sonia + serial communication
« Reply #1 on: Dec 1st, 2004, 8:03pm » |
|
This is a processing bug that will be fixed in the next version. For now, copy 'win32com.dll' from the main processing folder into the 'code' folder (together with the sonia files) and it should work fine. amit
|
|
|
|
Ketene
|
Re: sonia + serial communication
« Reply #2 on: Dec 14th, 2004, 7:51am » |
|
I'm having the same issue, but with Mac, so there isn't a .dll file in my proessing folder. Is there something comprable?
|
|
|
|
fry
|
Re: sonia + serial communication
« Reply #3 on: Dec 15th, 2004, 4:38pm » |
|
check the readme.txt file for instructions on getting serial setup properly on the mac.
|
|
|
|
joexpo
|
Re: sonia + serial communication
« Reply #4 on: Jan 4th, 2005, 7:51pm » |
|
This is also my problem.. I use Mac OSX .. I think I set up serial communication properly and it works but when I copy SONIA library into sketch's code folder, I couldn't get data from serial port..please help
|
|
|
|
megatron
|
Re: sonia + serial communication
« Reply #5 on: Apr 19th, 2005, 12:06am » |
|
I am also using Sonia & serial on a Mac OSX, using code I previously was able to use on a PC with Sonia & serial. I've moved over the needed files, I can get serial values into other Processing files, but Sonia & serial gives me the following error: serial port not working java.lang.NullPointerException at BApplet.serialWrite(BApplet.java:1259) at Temporary_759_1135.setup(Temporary_759_1135.java:38 ) entire code is here: http://meghantrainor.com/blog/2005/04/rfid_project_co.html
|
« Last Edit: Apr 19th, 2005, 12:15am by megatron » |
|
|
|
|
|