Results 1 to 6 of 6
- 02-15-2008, 06:30 PM #1
Member
- Join Date
- Jan 2008
- Posts
- 5
- Rep Power
- 0
Accessing Serial port using JDK 1.6
Hi,:(
Does anyone know how to copy dll s and .jar files in JDK 1.5 to access ports.
I need a new version cause i need to run java mail at the same time.
I use 1.1.8 now. But that is not enough for my requirement..
If someone know please help.
Thankyou in advance
hasani6leap:(
- 09-02-2008, 02:28 PM #2
Member
- Join Date
- Sep 2008
- Posts
- 1
- Rep Power
- 0
serial port
any bosy have ,programming abt serial port data reading.
please help me to store data to DBMS via serial port using java.
- 09-03-2008, 05:59 AM #3
Is this a serious question? Do you have any idea of how to program Java? or even to write a proper question in English?
What have you done to make parts of this work?
- 01-23-2009, 03:22 PM #4
sending sms through serialport communication "com1"
find the code in the below thread
javamix.wordpress.com/2009/01/21/sending-sms-using-serialport-communication-api/
- 01-23-2009, 03:43 PM #5
Sun provides support, but only for Solaris and Linux.
A commercial product provides RS232 and USB support for around $30.
I worked with a device called XPort. It is a Ethernet/TCP/IP to RS232 bridge. The RS232 side is made to be attached to an integrated circuit board. The nice thing about the XPort is that you can communicate over a LAN.
- 01-24-2009, 03:23 AM #6
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
As of this moment, Java does not have built-in support for serial ports. You can either use an existing add-on package such a jcom, you can write native code and wrap it with JNI, or if what you are doing is not too intensive, you can just use Runtime.exec to issue a command directly using whatever native facilities already exist.
Similar Threads
-
Reading from Serial port!
By Dogge in forum New To JavaReplies: 2Last Post: 12-01-2010, 03:21 AM -
Serial Port
By radhika in forum New To JavaReplies: 5Last Post: 11-06-2009, 10:40 AM -
Access Serial port
By hasani6leap in forum Advanced JavaReplies: 0Last Post: 02-12-2008, 09:45 AM -
Writing to serial port (com1)
By Java Tip in forum Java TipReplies: 0Last Post: 02-05-2008, 09:02 AM -
serial port
By musiigedeo in forum Advanced JavaReplies: 0Last Post: 07-23-2007, 04:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks