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 7896097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:48:20+00:00 2026-06-03T07:48:20+00:00

I am very new to Bluetooth programming, and thus I apologize if this question

  • 0

I am very new to Bluetooth programming, and thus I apologize if this question seems naive.

That said, a potential client of mine has a custom hardware device that transmits data via Bluetooth to a Windows PC. The PC software connects to the device by opening a virtual COM port, and reading data from it; it then visualizes this data in real time.

What they’d like to do is connect three of these devices (or rather, three very similar devices that are hooked up to different sensors) to the PC at the same time. They want to rewrite the software to aggregate data from all three sources, and to visualize all of it in real time; this means that the delay between each device producing the data, and the data appearing of the screen, can be on the order of tens of milliseconds, at worst.

My question is twofold.

1). Can this be done at all ? Is there a way for software on a PC to connect to three Bluetooth-backed virtual COM ports at the same time ? (I’m guessing that the answer is “yes”, but it pays to be sure).

2). What is the best platform for doing this ? The original software is written in C++/MFC, but I personally would prefer something more modern, with access to easier graphics and GUI APIs.

  • 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-06-03T07:48:22+00:00Added an answer on June 3, 2026 at 7:48 am

    You could use my library 32feet.NET See e.g. documentation

    Firstly do not use virtual COM ports, they are difficult to set-up, opaque in use, and difficult to maintain. Just use our BluetoothClient.Connect operation (or BluetoothListener if the devices make the connection to the PC). Then you will have three Sockets, actually NetworkStreams and you can read from all three, whether asynchronously or synchronously. See e.g. General Bluetooth Data Connections

    Your devices will be using the Serial Port Profile so use UUID/Guid BluetoothService.SerialPort. What you need for the three devices is the Device Address for each. Get them via discovery (see the docs) or maybe the Device Address is written on the device’s label or circuit board and you can just define them as consts in the code. e.g.

    static readonly BluetoothAddress DeviceAddr1
        = BluetoothAddress.Parse("002233445566");
    

    As to the latency it should be ok, and I think other ways of doing it will be slower. .NET is modern and with WinForms, WPF and Silverlight options for the UI.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

very new to crystal reports.. Question is that - In our .net application we
Very new to jQuery, if dupe question sorry at this point not even sure
Im very new to this.I want to submit update of an app.My client forgot
im very new at javascript so, this is the question. I need to make
Very new to XSL (and XML for that matter), but I need to step
Im very new to all coding including jquery. I though this would have been
I am very new to C++ programming and you will see why. I want
Very new to this, and I have no idea where to start. I want
Im very new to this android development.I just started to create a hello world
am very new to this community 192.168.10.159:35621 communicates with 192.168.10.40:9000 where i have act

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.