serial comm in linux
hello
i want to know how to do serial communication in java under linux, i tried using rxtx alongwith javax.comm, but something is going wrong, can someone please tell me which versions to use and which files are to be put in which folder, i also followed the article Java Comm Serial API How-To for Linux, but its not working...i am using jdk 1.5.0 and javax.comm 3 and rxtx 2.0..........is the jcl.jar file for jdk1.4 same as RXTXComm.jar for jdk1.5.........can some1 please give me the complete steps, i cant find a good documentation anywhere, when i try to run my program, its not able to find the javax.comm.properties and i have put it in jdk/jre/lib.........so please help me out and tell me how to use rxtx alongwith javax.comm to establish serial comm in "LINUX"..........i have already done the same in windows.........but am struggling with linux...........please help me...........thanks a lot

