How can PC printer port bits be driven directly from pd? I'd like to write to I/O port 378 with byte values from 0 to 255 to control 8 port bits at a time. I can run pd under Win98, Win2000, WinNT, or Linux. I suspect this may be easiest under Win98 (no I/O protection). Any suggestions would be welcome.
Thanks. Lex
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 19 Juillet 2003 17:29, Lex Ein a écrit :
How can PC printer port bits be driven directly from pd?
With a new external I'm now programming! It should be ready later this week, I'll let you know...
Marc
How does your object differ from [lp] in zexy?
.hc
On Sat, 19 Jul 2003, Marc Lavallée wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 19 Juillet 2003 17:29, Lex Ein a écrit :
How can PC printer port bits be driven directly from pd?
With a new external I'm now programming! It should be ready later this week, I'll let you know...
Marc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE/GchmQdzoeKQ0PccRAvILAKC1RsOghAJ1/Yn7XsfD92D0SDBrjQCeL64l xg/TJ6x0IVSzlwqNO55mFaQ= =E7kT -----END PGP SIGNATURE-----
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
zen
\
\
\[D[D[D[D
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 01:47, Hans-Christoph Steiner a écrit :
How does your object differ from [lp] in zexy?
It controls each pin independantly.
Marc
On Sun, 20 Jul 2003, Marc [iso-8859-1] Lavall�e wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 01:47, Hans-Christoph Steiner a �crit :
How does your object differ from [lp] in zexy?
It controls each pin independantly.
Could this be integrated with the already existing external ? I think it would be cool to have one externals that fully supports the parallel port.
Guenter
Marc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE/GjU0QdzoeKQ0PccRAiGqAJ9xNlHuxZdbvrLtb+6D26beDImvzQCfUkFI uR0hC7MXSOvrA2hHqfWUrCo= =gT6e -----END PGP SIGNATURE-----
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 06:56, guenter geiger a écrit :
How does your object differ from [lp] in zexy?
It controls each pin independantly.
Could this be integrated with the already existing external ? I think it would be cool to have one externals that fully supports the parallel port.
I don't think so; my external is simply a flext wrapper for the parapin library: http://www.circlemud.org/~jelson/software/parapin/
Marc
On Sunday, Jul 20, 2003, at 09:25 America/New_York, Marc Lavallée wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 06:56, guenter geiger a écrit :
How does your object differ from [lp] in zexy?
It controls each pin independantly.
Could this be integrated with the already existing external ? I think it would be cool to have one externals that fully supports the parallel port.
I don't think so; my external is simply a flext wrapper for the parapin library: http://www.circlemud.org/~jelson/software/parapin/
This lib seems similar to the user-space parallel port driver that's in the linux kernel (ppdev). Does it have any relation? If this kernel module provides the same access, it might be the better option since its included with linux. But I'm not trying to throw a wrench in your plans :)
.hc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 10:55, Hans-Christoph Steiner a écrit :
I don't think so; my external is simply a flext wrapper for the parapin library: http://www.circlemud.org/~jelson/software/parapin/
This lib seems similar to the user-space parallel port driver that's in the linux kernel (ppdev). Does it have any relation? If this kernel module provides the same access, it might be the better option since its included with linux. But I'm not trying to throw a wrench in your plans :)
Using the parapin library is probably easier to use than fiddling with the ppdev driver. The library size is only 3K and the external is almost ready. So don't wrench in my plans! ;-)
Marc
Marc Lavallée wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 20 Juillet 2003 01:47, Hans-Christoph Steiner a écrit :
How does your object differ from [lp] in zexy?
It controls each pin independantly.
btw. can't you control each pin independantly with [lp] ? as you have to set all the pins at once, you will just have to write an abstractions, that ANDs the separate bits.
at least, that's how i do it
mfg.as.rd IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 22 Juillet 2003 08:54, IOhannes m zmoelnig a écrit :
btw. can't you control each pin independantly with [lp] ? as you have to set all the pins at once, you will just have to write an abstractions, that ANDs the separate bits.
My parapin external also read the pins; pins 10, 11, 12, 13 and 15 are permanent inputs, pins 1, 2-9, 14 16 and 17 are either inputs or outputs. Pins 2-9 are the "data" pins, and are either all inputs or all outputs. I hope to release a first version of the external tonight...
Marc