Re: Python serial data aquisition
From: Miki (miki.tebeka_at_gmail.com)
Date: 01/24/05
- Next message: Martyn Quick: "Configuring Python for Tk on Mac (continued)"
- Previous message: Mike C. Fletcher: "Re: Weakref.ref callbacks and eliminating __del__ methods"
- In reply to: Flavio codeco coelho: "Python serial data aquisition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Jan 2005 07:24:14 -0800
Hello Flávio,
> My problem is to how to recover my reading from these bytes, since
> pyserial gives me a character (string) from each byte... I dont know
> how to throw away the unneeded bits and concatenate the remaining
> bits to form a number...
See the array module.
Also http://tebeka.bizhat.com/Software/bitter.py
HTH.
Miki
- Next message: Martyn Quick: "Configuring Python for Tk on Mac (continued)"
- Previous message: Mike C. Fletcher: "Re: Weakref.ref callbacks and eliminating __del__ methods"
- In reply to: Flavio codeco coelho: "Python serial data aquisition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|