![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				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: "); }}  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			COuld you help me with the forresponding code for vizard? I have installed pywin and pyserial packages.
		 
		
		
		
		
		
		
		
		
	
	 | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			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 02:22 PM | 
| Question about serial port | mizutani_jun | Plug-in development | 6 | 11-21-2010 04:53 PM | 
| serial port with vizard | Moh200jo | Vizard | 3 | 03-13-2009 04:21 PM | 
| Long 9-pins serial cables | aaThomas | Vizard | 2 | 03-13-2008 03:32 PM | 
| A simple Plug_in for reading data from serial port | sled | Plug-in development | 0 | 08-12-2003 10:52 AM |