I want to send a message to Raspberry Pi Pico using USB cable.
I connect Pi Pico in Arduino IDE and I’ve wrote a little programme that read messagge from Port COM8. It works when I put chars with keyboard via Serial Monitor interface.
But now I want to send a message with VVVV and I’ve found in help browser the node SerialPort, with the instructions on how send and receive message. The problem is that I can’t get the node to work: I built the message to send but it doesn’t send anything as output.
I’m using VVVV Gamma in 2021.3.0 version.
I attach the image of the patch I’ve wrote!
Thanks, Enrico
Yes, I have already set the pin Open to True but the node doesn’t work!
When I click on the bang Send the output pin (SpreadByte) shows nothing, also the On Data pin it isn’t triggered visually.
Another problem is when I set Open to True, in Arduino I can’t open the Serial Monitor (I attach the error’s screenshot).
Thank you very much for the information! I’m a noob in these things and I’m having difficulty to find information on the internet.
I understood this concept and now I see that VVVV is able to establish communication with the COM8 port (Pi Pico’s port), but the SerialPort node continue to not generate and send message on output!
Using input from the Serial Monitor of Arduino IDE the serial input from keyboard works, but from VVVV no because there isn’t any message created.
Yes, in Arduino I wait for any character input to turn on the led of Pico.
Now I would like to do the same thing but using VVVV: send a character and turn on the led! But with VVVV I can’t send any message over the port COM8, and over any other port.
Continuing the tests today I noticed that the patch crashes after two SEND triggered: the help browser no longer closes and the only thing I can do is restart the computer.
I downloaded and used a serial port sniffer and I saw that two messages are sent, but I don’t understand if they actually arrive at their destination or if they crash.
I attach again the screenshots of the different screens (in the second I cut an important part, but the character send by VVVV is displayed in the message 0000039)