To write an java application to communicate with serial port devices on windows environment , browsed in google seem to be divert to many directions also fond some of the third party tools library like RXTX JavaComm. On trying with RXTX sample codes using eclipse Reference.
No serial ports were displayed in output just blank
Output :
Stable Library
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
What mistake i have did ?
Let me know that is this approach is the better or suggest me better solution ?
Kindly let me know the alternatives for this problem , i wanna communicate with device via serial port using java, the data will be sent from the device and it should be written to the files.
Thanks in advance