Re: [PD] Receiving Data from Seriell Com Port in Pure Data

2010-06-03 Thread Vilson Vieira
do you want to get every chunk of data from a serial comm? please, take a look at [zl group]. with that you can do something like: [comport 9600] | [zl group 2] | | |0 \ |0 \ getting serial numbers from [comport] and grouping them two-by-two. cheers. 2010/6/3 hghoyer

Re: [PD] Receiving Data from Seriell Com Port in Pure Data

2010-06-03 Thread Jack
With [comport] in Pd-extended ? ++ Jack Le jeudi 03 juin 2010 à 14:03 +0200, hghoyer a écrit : How can i Receive Messeges from Seriell ComPort like the Picture in this mail - in Pd ? I´m Reading the WII-Nunchuckdata with this Instruktion... http://www.windmeadow.com/node/42 The

Re: [PD] Receiving Data from Seriell Com Port in Pure Data

2010-06-03 Thread Hans-Christoph Steiner
Try something like this, you'll need to find the right com port number: readwii.pd Description: Binary data .hc On Jun 3, 2010, at 8:03 AM, hghoyer wrote: How can i Receive Messeges from Seriell ComPort like the Picture in this mail - in Pd ? I´m Reading the WII-Nunchuckdata with