Re: RS232/Java

1998-09-04 Thread Pavel
If you are on Linux platform look also at http://www.mail-archive.com/java-linux@java.blackdown.org/msg01184.html Pavel. Jim Watson wrote: > > Dear All, > > I know that this question isn't really related to java/Linux but I could do > with a few pointers.. > > I'd like to write an application

Re: RS232/Java

1998-09-04 Thread Steve Waldman
Check out the Java Communications API at the JDC (free registration required). http://developer.javasoft.com/developer/earlyAccess/javacomm/index.html There's example code in this month's JavaWorld, http://www.javaworld.com/javaworld/jw-09-1998/jw-09-indepth.html, and a rich description in an ol

RS232/Java

1998-09-04 Thread Jim Watson
Dear All, I know that this question isn't really related to java/Linux but I could do with a few pointers.. I'd like to write an application that sends and receives short ASCII text strings using the com port on my PC, using RS232. Could anybody point me to any packages/existing source code tha