Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm getting close to RS232 serial communications with Java.

I saw that RS232 is included into Communications API, and the only reference I have is Oracle Java Communications API Class Reference here.

Could someone point me to a tutorial or example of Java RS232 Comm API practical usage?

share|improve this question

2 Answers

up vote 2 down vote accepted

This made me curious, a quick Google around and I found (from best to worst):

HTH a little

share|improve this answer
The wikibooks one is really good, +1. Thanks. – Federico Zancan Sep 14 '12 at 8:56

You may also want to look into RxTx, which is used by many people instead of JavaComm. I prefer JavaComm myself though.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.