PDA

View Full Version : [SOLVED] serial port programming



Z.K.
April 17th, 2011, 02:07 AM
How do I install Javax.comm for serial port programming. I have been all over the Internet without finding anything useful. I did install the librxtx-java package, but still eclipse or monodevelop will not recognize import gnu.io. I am using eclipse. What am I doing wrong. Surely, it should not be this difficult. I might have to do this in C++, or Basic even (Gambas2) if I can not figure this out.

:?

Z.K.
April 18th, 2011, 06:03 PM
How do I install Javax.comm for serial port programming. I have been all over the Internet without finding anything useful. I did install the librxtx-java package, but still eclipse or monodevelop will not recognize import gnu.io. I am using eclipse. What am I doing wrong. Surely, it should not be this difficult. I might have to do this in C++, or Basic even (Gambas2) if I can not figure this out.

:?

Well, I think I have an answer of sorts though it involves using a rxtx library I found and using the gnu.io library instead of the javax one. At this point I don't really care other than I wish this came with Java.