What class can I use to write to and read from the parallel port using Microsoft Visual J#
Ryan
As far as I know, you must the J/Direct or the P/Invoke to access unmanaged
code. Or get a .net library from a third part.
Here is an example. It's in C#, but I sure you translate it into J#.
http://www.codeproject.com/csharp/csppleds.asp
Here is a lib for the serial port:
http://franson.biz/serialtools/index.asp

Signature
Regards,
Lars-Inge Tonnessen
http://emailme.larsinge.com
http://www.larsinge.com
Lars-Inge T?nnessen - 23 Jan 2004 17:42 GMT
...you must use the...
Sorry, I didn't read through it before I pushed "Send". =:o)

Signature
Regards,
Lars-Inge Tonnessen
http://emailme.larsinge.com
http://www.larsinge.com
Lars-Inge T?nnessen - 23 Jan 2004 18:20 GMT
...but I'm sure you... =:o)

Signature
Regards,
Lars-Inge Tonnessen
http://emailme.larsinge.com
http://www.larsinge.com
Lars-Inge T?nnessen - 23 Jan 2004 18:23 GMT
hmmm.... There should be some english in it now... =:o)
As far as I know, you must use the J/Direct or the P/Invoke to access
unmanaged
code. Or get a .net library from a third part.
Here is an example. It's in C#, but I'm sure you can translate it into J#.
(Let us know if you can't)
http://www.codeproject.com/csharp/csppleds.asp
Here is a lib for the serial port:
http://franson.biz/serialtools/index.asp

Signature
Regards,
Lars-Inge Tonnessen
http://emailme.larsinge.com
http://www.larsinge.com
Ryan - 23 Jan 2004 19:46 GMT
Thank you very much for your help. That link is very helpful.
Lars-Inge T?nnessen - 23 Jan 2004 20:08 GMT
Here is part II:
http://www.codeproject.com/csharp/cspplcds.asp

Signature
Regards,
Lars-Inge Tonnessen
http://emailme.larsinge.com
http://www.larsinge.com