Re: [PD] Comport issue: two digits problem

2009-12-10 Thread Jack
[list-compare] in the list-abs. It returns 0 or 1. ++ Jack Le vendredi 11 décembre 2009 à 01:09 +0100, Luca Caridà a écrit : > Thank you very much martin, > > > Adding a "print" to [comport] I see the list of 12 ascii values. > > > Having a single [0...255] number from Arduino would be easi

Re: [PD] Comport issue: two digits problem

2009-12-10 Thread Luca Caridà
Thank you very much martin, Adding a "print" to [comport] I see the list of 12 ascii values. Having a single [0...255] number from Arduino would be easier and probably the best way to go. But I also wish to understand if pure data can make the job. For that I used a [list prepend] [list ap

Re: [PD] Comport issue: two digits problem

2009-12-10 Thread martin.peach
lineacurva wrote: > Hi guys, > > I'm working on my first RFID project, involving Arduino and Pure > Data. I use Innovation Id-20 reader and Arduino 2009. I'm stuck in a > problem with "comport". > > As I put a transponder near the reader, in Arduino serial monitor I > can see a number lik

[PD] Comport issue: two digits problem

2009-12-10 Thread Luca Caridà
Hi guys, I'm working on my first RFID project, involving Arduino and Pure Data. I use Innovation Id-20 reader and Arduino 2009. I'm stuck in a problem with "comport". As I put a transponder near the reader, in Arduino serial monitor I can see a number like: 495211712056 But in the littl