WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-03-2014, 09:13 PM
sunil.nair sunil.nair is offline
Member
 
Join Date: Aug 2013
Posts: 14
Serial communication with arduino uno

Hi,

Could you suggest me a way to send a character from vizard to arduino uno through serial communication using pyserial. In arduino i read it by:

void setup() {
Serial.begin(9600); // opens serial port, sets data rate to 9600 bps
}
void loop() {
if (Serial.available() > 0) {
Serial.print("I received: ");
}}
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create AMTI AccuGait force plate plug-in using serial port connection? manueleh Plug-in development 0 09-20-2012 01:22 PM
Question about serial port mizutani_jun Plug-in development 6 11-21-2010 03:53 PM
serial port with vizard Moh200jo Vizard 3 03-13-2009 03:21 PM
Long 9-pins serial cables aaThomas Vizard 2 03-13-2008 02:32 PM
A simple Plug_in for reading data from serial port sled Plug-in development 0 08-12-2003 09:52 AM


All times are GMT -7. The time now is 01:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC