I am trying to create a client server application. I am going to make this simple so that a basic chat application.
I have gone through these tutorials:
- http://tiktakx.wordpress.com/2010/11/21/serial-port-interfacing-with-vb-net-2010/
- http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/io/CommConnection.html
Server side: VB.Net
Client Side: J2ME
Working of my applications: both mobile and PC app will listen for messages (text). When a message is received from mobile to my PC, it will be displayed. Like that the opposite also.
In my computer I have Nokia PC Suite installed. I have both N70 and 5230 models. So, when I turn on my 5230's Bluetooth, my PC automatically connects (Nokia PC Suite shows a popup saying my mobile is connected). I have a Bluetooth dongle for my PC.
When I connected my mobile and checked the ports, I found that COM7 and COM8 are available (COM7 to COM10 are for Bluetooth serial communication). So, if I use one of those ports for my usage, will it get conflicted with Nokia PC suite's?
I mean, does PC suite also use the same ports(7 & 8) for communication to mobile? Any problems I mean loss of my contacts and messages, if I am using the same port that of Nokia PC suite is using?