Re: [pyusb-users] accessing DMM
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
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