Re: Pyserial non-standard baud rate

2009-10-01 Thread oyinbo55
On Oct 1, 11:36 am, "Richard Brodie" wrote: > "oyinbo55" wrote in message > > news:2feb36fc-106c-4d7c-a697-db59971dc...@a7g2000yqo.googlegroups.com... > > > Using the standard 19200 baud results in gobbledegook from the > > multimeter. > > You

Pyserial non-standard baud rate

2009-10-01 Thread oyinbo55
Hello all: this is my first post. I hope I'm doing it right. I have a digital multimeter that sends data through an RS232 interface at 19230 baud. I would like to record and graph the output in Python. Pyserial does not want me to set the baudrate at a non-standard value: >>>ser=serial.Serial('/de

matplotlib pylab plot() BadWindow error

2008-05-04 Thread oyinbo55
I am trying to use the pylab plot command on my laptop running Ubuntu 6.06 (Dapper). Although the plot command works fine on my XP desktop at work, I cannot open the plot window on the laptop. I edited matplotlibrc to change interactive: to "True". In idle, I entered the commands: >>> from