hi list,
does anybody has experience if this usb-interface will work with pd?
http://www.codemercs.com/IOWarriorE.html
which objects are used in general to send data to such a device?
thanks for any hints. m.
They publish an SDK for GNU/Linux, Windows, and Mac OS X, so it
should be possible to write an object for it:
http://www.codemercs.com/IOWdownloadsE.html
./hc
On Feb 27, 2006, at 9:23 AM, Max Neupert wrote:
hi list,
does anybody has experience if this usb-interface will work with pd?
http://www.codemercs.com/IOWarriorE.html
which objects are used in general to send data to such a device?
thanks for any hints. m.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously.
- Benjamin Franklin
hi hans, list,
so there is no other way than coding an external to use this card? i
thought it might work just talking to it with comport or something?
if coding is necessary: do you have got any clues or hints where to
start making an external for it?
thanks, max
Am 27.02.2006 um 20:54 schrieb Hans-Christoph Steiner:
They publish an SDK for GNU/Linux, Windows, and Mac OS X, so it
should be possible to write an object for it:http://www.codemercs.com/IOWdownloadsE.html
./hc
On Feb 27, 2006, at 9:23 AM, Max Neupert wrote:
hi list,
does anybody has experience if this usb-interface will work with pd?
http://www.codemercs.com/IOWarriorE.html
which objects are used in general to send data to such a device?
thanks for any hints. m.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously. - Benjamin Franklin
hi max,
Am Dienstag, 28. Februar 2006 00:16 schrieb Max Neupert:
hi hans, list,
so there is no other way than coding an external to use this card? i thought it might work just talking to it with comport or something? if coding is necessary: do you have got any clues or hints where to start making an external for it?
thanks, max
i dont now what protocoll the device talks by default, but if it uses generic access, libusb is your friend. you may use the source from [multio] as a starting point. it is in the pd cvs, under externals/hardware
anyhow, the thing looks as it would be just the microcontroller, nothing spectacular, imho. you can achieve the same result by using a pic18f4550, probably cheaper (if you can handle a solder iron).
also, if you need something like that, i can build it for you if you like, according to your own spec's ..... did that before for others (who are happy with that, i hope), so i can do it for you as well ;-) just a week or so ago i build some kind of mini-io, allowing for 8 digi-in, 8 digi-out and 8 ad-inputs (w/ 10 bits resolution).
greets,
chris
hi again,
the stuff i build of course comes with a pd object & source, if needed. otherwise it can use hid, if wanted ...
greets,
chris