The javax.comm for Serial Communications
May 31, 2007 at 4:41 pm | In SMS Project |When deciding what language to use in making the SMS Gateway, I decided to use the Java since it supports most of the functionalities I need. I am not an expert in this language. It was just last semester that I learned this language from our Computer Applications subject. Since I already know how to use MySQL in a Java Application, interfacing the SMS to Web would now be a lot easier. But again, I face the problem on how to make my Java Application talk with my phone.
Going back to what we did on my previous post, I have reduced the problem on how would my Java Application listen on COM5. I have already established the COM5 on my phone (and seen it working), well that narrows the complications of finding my solution.
Since I am aware that my application would be listening to COM5, I tried to look for an extension for my Application. I found the javax.comm Java extension publicly distributed for free by Sun Microsystems. The extension versions that I found first was for the Solaris systems (which obviously won’t work on my XP).
COMM API (javax.comm) is a Java extension providing access to RS-232 serial ports and IEEE-1284 parallel ports (SPP mode)
Trying to dig the net for a copy of a javax.comm for Windows, I found it here. It’s the version 2.0 of the COMM API made for third party environments like windows.
No Comments yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.