Re: [PD] OSCSerial for windows

2010-05-13 Thread martin.peach
> > Hi Ricardo, > > Well I didn't have chance to try it with [comport], but I suspect you need > > to make the output of [comport] into lists using the slip packet delimiter > > 192 and [list append] and [list prepend] as in the [list] examples. > > It should not crash Pd though, that's bad... > >

Re: [PD] OSCSerial for windows

2010-05-13 Thread Ricardo Dueñas Parada
> Hi Ricardo, > Well I didn't have chance to try it with [comport], but I suspect you need > to make the output of [comport] into lists using the slip packet delimiter > 192 and [list append] and [list prepend] as in the [list] examples. > It should not crash Pd though, that's bad... > Martin Hi M

Re: [PD] OSCSerial for windows

2010-05-12 Thread martin.peach
n > From: rduen...@gmail.com > Date: Wed, 12 May 2010 16:05:36 -0500 > Subject: Re: [PD] OSCSerial for windows > To: martin.pe...@sympatico.ca > CC: pd-list@iem.at > > Hi Martin, that´s what I´m looking for, but I am getting an error when > I connect the comport outpu

Re: [PD] OSCSerial for windows

2010-05-12 Thread Ricardo Dueñas Parada
Hi Martin, that´s what I´m looking for, but I am getting an error when I connect the comport output to the slipdec input, pd crashes inmediately and closes. Comport receives data fine, and slipdec makes his job too, but together pd crashes, is it a stable version? Thanks, Ricardo _

Re: [PD] OSCSerial for windows

2010-05-11 Thread Martin Peach
If you have a recent pd-extended [mrpeach/slipenc] and [slipdec] can be used to serialize an OSC packet. Martin Ricardo Dueñas Parada wrote: Hi, I am using an AVRmini board to pass data from several sensors to pd via OSC (USB), and I can do it on Linux with the objects pd_OSCSerial [1]. No

Re: [PD] OSCSerial for windows

2010-05-11 Thread Ricardo Dueñas Parada
As I said, I've had no luck with that solution, the program seems to work, but no data gets pd. Ricardo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] OSCSerial for windows

2010-05-11 Thread Pedro Lopes
Why not using the solution they place there? Windows Unfortunately, these objects have not yet been compiled for Windows. Until they are, you can use a small utility program that receives incoming serial data and sends it to a network port as UDP data. - First, download serialosc2udp.zip

[PD] OSCSerial for windows

2010-05-11 Thread Ricardo Dueñas Parada
Hi, I am using an AVRmini board to pass data from several sensors to pd via OSC (USB), and I can do it on Linux with the objects pd_OSCSerial [1]. Now I need to work on windows for a project, but this object isn´t available on it, do you know any object I can use instead? I've tried using serial