Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

communication over Serial Port

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How can we send an opend textfile over the Serial Port ???

Thanks for your help!

Jens
 
I really don't think you can go that low level without breaking the cross OS barrier that java uses. Meaning you would have to link to a c program written specifically for a OS. I know you can do this in Assembly Language, C,C++, and Visual Basic........

good luck


ackka
ackka@mad.scientist.com
duke_wave.gif
Java is the Future
 
Serial Port access is not possible with pure Java. You have to implement it native in an other language (assembly, C, C++).


But you can also look at
They have a Serial Port package for JAVA that is supporting 21 platforms. But as far as I know it's not free.
 
Thanks for your answers, but I found something on !
The COMM API provides Serial Port access. It's avaiable for Win / Solaris and a port for Linux(x86), but Linux is not suported from SUN.

THX Jens
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top