PDA

View Full Version : serial port with vizard


Moh200jo
03-09-2009, 05:57 AM
Can I use vizard directly to receive data through serial port and to let these data control my virtual world?
Thanks,

Jeff
03-09-2009, 11:23 AM
You can access the serial port within your Vizard script. What kind of device are you trying to connect to?

Moh200jo
03-10-2009, 09:43 AM
Thanks Jeff. May I ask here how can I use the commands with pyserial? If so, for example if the code of the speed is 160, how can I use this code to read the speed?
Chaps, any help.
Thanks,

Jeff
03-13-2009, 03:21 PM
Sorry, I don't have any experience using that module. You could try searching through the pySerial docs.