Members | Sign In
Legacy MOVI User Community Forum (readonly) > Non-Arduino MOVI
avatar

Is it possible to connect MOVI to PC(Windows)

posted Feb 14, 2018 11:23:50 by PabloRegleroAlvarez
Is it possible to connect MOVI to PC(Windows) through the RS232 serial port, instead of Arduino? (Would use a USB to serial port converter). I am a programmer. Programming would not be a problem.

page   1
1 reply
avatar
GeraldFriedland said Feb 19, 2018 17:37:06
Yes.

Connect your RX and TX cables to the communication jumpers, as described in our manual (page 10):

Open Jumper 2 and Jumper 3 and connect the left side of MOVI's TX jumper (Jumper 2)
and the left side of MOVI's RX jumper (Jumper 3) to two other connectors. The left
side is the pin that is further away from the Arduino headers and the microphone (MIC1)
and ​closer ​to ​the ​button.

Then use a terminal program (like putty) and choose a bitrate of 9600bps.

The equivalent Unix command is:
stty -echo -F /dev/ttyUSB0 9600 


Hope that helps,
Gerald
[Last edited Feb 19, 2018 17:40:12]
Login below to reply: