Sounds good, where is it available?
I think I tried a "comport" object for windows, which only resturned the ascii data as a string of ints from the ascii table. I was hoping for something that returns a list for each line from the serial port, for easy parsing.
Ben
----- Original Message ----- From: guenter geiger geiger@xdv.org Date: Friday, July 11, 2003 7:17 am Subject: Re: [PD] Re: [PD-dev] Serial Object
On Thu, 10 Jul 2003, Hans-Christoph Steiner wrote:
Try [serialctl] from GGEE. Its in the CVS too.
Are people still using this ? Actually I have not included it in the lists of externals, because there is Winfrieds comport external, which works on windows too.
Guenter
.hc
On Tuesday, Jul 8, 2003, at 17:31 America/New_York,
bbogart@ryerson.ca> wrote:
Hey all,
I'm looking for a serial object that works in windows, linux
and OSX
(preferably). I've looked at a couple around on the net and
could not
find one that actually sent the data as strings/symbols into
PD. I
would like something like the MAX serial object... Is there
anyting in
PD land with the same functionality?
Thanks Ben
PS: LML is well on its way, currently 630 lines.
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Fri, 11 Jul 2003 bbogart@ryerson.ca wrote:
Sounds good, where is it available?
I think I tried a "comport" object for windows, which only resturned the ascii data as a string of ints from the ascii table. I was hoping for something that returns a list for each line from the serial port, for easy parsing.
This is not easy possible, as pd doesn't support all ASCII characters, so you would have to write the parser outside of pd anyhow. The good thing about the comport object is that you do not have to rewrite OS dependent serial port communication, but you just have to write a parser, that interprets the incoming ascii value.
For that matter, if you want to have strings, just write a small external that translates the int stream into strings.
Guenter
Ben
----- Original Message ----- From: guenter geiger geiger@xdv.org Date: Friday, July 11, 2003 7:17 am Subject: Re: [PD] Re: [PD-dev] Serial Object
On Thu, 10 Jul 2003, Hans-Christoph Steiner wrote:
Try [serialctl] from GGEE. Its in the CVS too.
Are people still using this ? Actually I have not included it in the lists of externals, because there is Winfrieds comport external, which works on windows too.
Guenter
.hc
On Tuesday, Jul 8, 2003, at 17:31 America/New_York,
bbogart@ryerson.ca> wrote:
Hey all,
I'm looking for a serial object that works in windows, linux
and OSX
(preferably). I've looked at a couple around on the net and
could not
find one that actually sent the data as strings/symbols into
PD. I
would like something like the MAX serial object... Is there
anyting in
PD land with the same functionality?
Thanks Ben
PS: LML is well on its way, currently 630 lines.
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Fri, 11 Jul 2003 bbogart@ryerson.ca wrote:
Sounds good, where is it available?
ah, forgot that, its at: http://iem.at/~ritsch/programmier/pd_externals/
Guenter
On Thu, 10 Jul 2003, Hans-Christoph Steiner wrote:
Try [serialctl] from GGEE. Its in the CVS too.
Are people still using this ? Actually I have not included it in the lists of externals, because there is Winfrieds comport external, which works on windows too.
Guenter
.hc
On Tuesday, Jul 8, 2003, at 17:31 America/New_York,
bbogart@ryerson.ca> wrote:
Hey all,
I'm looking for a serial object that works in windows, linux
and OSX
(preferably). I've looked at a couple around on the net and
could not
find one that actually sent the data as strings/symbols into
PD. I
would like something like the MAX serial object... Is there
anyting in
PD land with the same functionality?
Thanks Ben
PS: LML is well on its way, currently 630 lines.
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list