Communicate with serial

Hello,everyone.
I am a new to VVVV.
I want to know if i want to transfer data out of VVVV,and transfer data to other sofeware with serail.
I know one node named RS232 can communicate with Arduino,
Wheather it can accomplish what i said.
Please help me!
Give me some advise.

Hello,everyone.
I am a new to VVVV.
I want to know if i want to transfer data out of VVVV,and transfer data to other sofeware with serail.
I know one node named RS232 can communicate with Arduino,
Wheather it can accomplish what i said.
Please help me!
Give me some advise.

Can somebody give me some clue!

Hi,

yes that’s pretty easy, RS232 is what you need.

Just choose your COM port, Set the Enabled pin to 1 to open your serial communication (Change the serial settings like rate, parity if you need to).

To send data, you need to send it as string (Input), and send a 1 to (Do Send) pins.

Don’t know what you want to interface with, but you will proably need to do a bit of encoding, decoding as well.

If it is Arduino you want, there are a lot off users already doing that!!

There is a great Tutorial in using the Arduino and with Firmata