![]()  | 
	
		
 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: "); }}  | 
		
 COuld you help me with the forresponding code for vizard? I have installed pywin and pyserial packages. 
	 | 
		
 The pySerial article in our knowledge base has some example code that opens a port and writes some data. 
	 | 
| All times are GMT -7. The time now is 06:38 AM. | 
	Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	Copyright 2002-2023 WorldViz LLC