Re: [pyusb-users] accessing DMM

2013-10-03 Thread ranzam ali
TCh?\r\n',  encoding='ascii'))     data = ser.read(16)     print((data)) ser.close() The output I got is like this:  b' '   Don't know what it exactly means! - ryan ____ From: Steven Michalske To: ranzam ali ; "pyusb-users@lists.s

Re: [pyusb-users] accessing DMM

2013-10-03 Thread ranzam ali
Not really, Andrew. Just want to see some data from the DMM. With the above code I get only this : b' ' Even when the dmm is off.   From: Andrew Burgess To: ranzam ali ; pyusb-users@lists.sourceforge.net Sent: Thursday, October 3, 2013 7:10 PM Subject: Re: [pyusb-users] accessing DM