tijmenvangurp
Member
Hey 
I am currently working on a project to create a POV ( persistence of vision setup ) with 2 4 meter high poles that move : see http://robzimmermann.com/rob_zimmermann/schwippschwapp.html
I have currently just on led strip connected and the videoDisplay sketch running on the teensy 3.0, and when i run the processing movie2serial sketch I get the following error
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
Serial Ports List:
[0] "COM4"
Serial port COM4 is not responding.
Is it really a Teensy 3.0 running VideoDisplay?
It prints out the COM4 port, and I have changed the line to serialConfigure("COM4");
I am running windows 8, but also tried in Ubuntu 12.04( but in Ubuntu 12.04 I noticed that the processing.video.*; library didn't work in Ubuntu) So I guess the example is used on a mac because the /dev/ name for the serial port which is not used in windows.
I was wondering what might be the cause of this error, and what I could try to fix this, uploading always goes well, and the other examples ( rainbow etc) work on the teensy so the serial communication is working.
I hope someone can help me with this problem!
Regards,
Tijmen van Gurp
I am currently working on a project to create a POV ( persistence of vision setup ) with 2 4 meter high poles that move : see http://robzimmermann.com/rob_zimmermann/schwippschwapp.html
I have currently just on led strip connected and the videoDisplay sketch running on the teensy 3.0, and when i run the processing movie2serial sketch I get the following error
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
Serial Ports List:
[0] "COM4"
Serial port COM4 is not responding.
Is it really a Teensy 3.0 running VideoDisplay?
It prints out the COM4 port, and I have changed the line to serialConfigure("COM4");
I am running windows 8, but also tried in Ubuntu 12.04( but in Ubuntu 12.04 I noticed that the processing.video.*; library didn't work in Ubuntu) So I guess the example is used on a mac because the /dev/ name for the serial port which is not used in windows.
I was wondering what might be the cause of this error, and what I could try to fix this, uploading always goes well, and the other examples ( rainbow etc) work on the teensy so the serial communication is working.
I hope someone can help me with this problem!
Regards,
Tijmen van Gurp
Last edited: