View Single Post
  #6  
Old 10-21-2010, 12:58 PM
JimC JimC is offline
Member
 
Join Date: Jun 2009
Posts: 42
Using default port parameters?

It looks like you're mostly using the default values for the serial port parameters (baud rate, parity, and so on). It might be worth checking that these defaults are the same in pySerial as they are in Matlab...perhaps find out what values the Matlab serial port uses and explicitly set those in the Python code...
Reply With Quote