Results 1 to 8 of 8
Thread: Parallel Port control in java
- 07-29-2010, 05:37 AM #1
Member
- Join Date
- May 2010
- Location
- Florida
- Posts
- 68
- Rep Power
- 0
Parallel Port control in java
HI
I am developing a java application that reads and writes data to the parallel port of a PC, I searched google and I found that too many website are saying that javax.comm has problems in many issues (i.e. not reliable) and I found a nother package developed by rxtx.org in which it was recommended by too many websites, my question now is that:
can you recommend me a package to use in order to control the parallel port taking into consideration I will use either windows server 2003 on the target PC or linux (due to the fact that not all the packages support all the operating systems).
- 07-29-2010, 06:59 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
May be not what you really expecting, but in my experience Java is not a suitable way to communicate with ports in advance. Better to use a language like C/C++, which you have more control over the others.
And also there are many ways to connect those C/C++ modules into Java, using JNI and stuff.
I'm not discouraging you, but it's the best way I found in my experience.
- 07-29-2010, 09:28 AM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Oh I don't know. I've had no problem doing serial port work with scanners, and card readers. Not done parallel, though, so that may be different.
- 07-29-2010, 09:36 AM #4
Member
- Join Date
- May 2010
- Location
- Florida
- Posts
- 68
- Rep Power
- 0
Thank you guys, can you please recommend a good websites for such stuff.
Regards.
Anderson.
- 07-30-2010, 05:24 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 07-30-2010, 05:29 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'm not exactly remember any tutorials, I couldn't found any in my bookmarks. But I remember there is a third party library something like parport. Search on the web, you may find lots of details about that. As far as I remember there is no well explained documentation, but the once they provide is more than enough.
Relevant to C/C++ you can find a lot.
- 07-30-2010, 05:41 PM #7
Member
- Join Date
- May 2010
- Location
- Florida
- Posts
- 68
- Rep Power
- 0
Thank you again.
I found the parport and it seems really good
- 07-30-2010, 05:48 PM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yeah, just go through it. There could be some examples as well.
If I found any links on my resources I'll post them all here.
Similar Threads
-
how to write to parallel port?
By gen1mx6 in forum NetBeansReplies: 3Last Post: 07-30-2010, 06:06 PM -
Java Parallel Processing Framework 1.3
By Java Tip in forum Java SoftwareReplies: 0Last Post: 06-21-2008, 12:29 AM -
Java Parallel Processing Framework 1.2
By Java Tip in forum Java SoftwareReplies: 0Last Post: 05-08-2008, 07:02 PM -
Java Parallel Processing Framework 1.2
By Java Tip in forum Java SoftwareReplies: 0Last Post: 05-06-2008, 06:44 PM -
Java Parallel Processing Framework 1.0 RC1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-17-2007, 02:12 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks