On Sun, 2009-03-01 at 19:54 -0500, Dafydd Hughes wrote:
> Hi David
> 
> I'm sure it's easier than I'm making it.
> 
> Really, I just need to turn the data from the arduino into usable
> floats. Right now it's coming in as ascii characters and I'm building
> lists between carriage returns. Hopefully I can now turn those lists
> into numbers without too much trouble. Should I maybe be doing this
> with binary numbers? Would that be easier?

i'd guess so. you could use [mapping/debytemask] in order to convert the
byte into its single bits. then parsing of the data you want should be
really easy.

roman



        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to