Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7439207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:40:22+00:00 2026-05-29T10:40:22+00:00

I am trying to create a client server application. I am going to make

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:40:23+00:00Added an answer on May 29, 2026 at 10:40 am

    I recommend not using virtual COM ports unless really necessary and instead using a Bluetooth API. My library 32feet.NET provides such an API, and thus one can use server code like the following. So much more robust that trying to set-up and use COM ports in my opinion… We even provide a Chat program in the samples.

    Class MyConsts
      Shared ReadOnly MyServiceUuid As Guid _
        = New Guid("{00112233-4455-6677-8899-aabbccddeeff}")
    End Class
    
      ...
      Dim serviceClass As Guid
      serviceClass = BluetoothService.SerialPort
      ' - or - etc
      ' serviceClass = MyConsts.MyServiceUuid
      '
      Dim lsnr As New BluetoothListener(serviceClass)
      lsnr.Start()
    
    
      ' Now accept new connections, perhaps using the thread pool to handle each
      Dim conn As New BluetoothClient = lsnr.AcceptBluetoothClient()
      Dim peerStream As Stream = conn.GetStream()
      ...
    
      ' etc
      conn As New BluetoothClient = lsnr.AcceptBluetoothClient()
      peerStream As Stream = conn.GetStream()
      ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a simple client/server application using Thrift which is going
I am trying to create a simple chat client using the red5 media server,
I am trying to make a simple Client-Server application but when I execute the
I am trying to create a Java Application Client project that sends a JMS
I am looking to create a client/server application that I can use to slit
I am trying to create a client - server application, the client written in
I've been trying for days now to create an application client server,both on android,running
I'm trying to create a simple chat application for iOS. It works for receiving
I'm trying to create a basic Node application, every time a client connects I
I am trying to create a simple application for watching a screen in Qt.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.