If using Windows 8/10, navigate: Right-click Start Control Panel In the search box, enter 'Bluetooth' then select Change Bluetooth settings. From the COM Ports tab, click Add. Ensure that 'Incoming (device initiates the connection)' is selected then click OK.

  1. Bluetooth Device To Serial Port
  2. Bluetooth Serial Port Arduino

It emulates a serial cable to provide a simple substitute for existing RS-232, including the familiar control signals. It is the basis for DUN, FAX, HSP and AVRCP. SPP maximum payload capacity is 128 bytes. Serial Port Profile defines how to set up virtual serial ports and connect two Bluetooth enabled devices. The com port is on the PC, the bluetooth device I assume is not, but connecting to the PC. – James Black Jul 3 '11 at 19:54 So I'm not entirely sure, the instructions for the bluetooth device says to pair it over a bluetooth COM port. Solu JY-MCU HC-06 Slave Bluetooth Serial Port Transeiver Baseboard Mini module// Arduino Wireless Bluetooth Transceiver Module Slave 4Pin Serial. 4.7 out of 5 stars 6.

Active1 year, 3 months ago

Backstory:

So I have an HM10 (Bluetooth module) that is connected to my arduino. I have verified the connection with my phone by connecting to it and reading some packets so I am certain the connection to the arduino is solid. I have a usb Bluetooth module that is connected to my computer that has Windows 10 on it. I went into the settings on Windows, found the HM10, and connected to it no problem. It shows up as 'connected' under my devices. So the last part of the setup is to make the HM10 show up as a COM port. I have followed the instructions that many sites say:

  1. Open Bluetooth Devices.Note From the Windows desktop, navigate: Start > (Settings) > Control Panel > (Network and Internet) > Bluetooth Devices.Note If using Windows 8/10, navigate: Right-click Start > Control Panel > In the search box, enter 'Bluetooth' then select Change Bluetooth settings.
  2. From the COM Ports tab, click Add.
  3. Ensure that 'Incoming (device initiates the connection)' is selected then click OK.
  4. Click OK.

See how it is shown as connected in the bluetooth window:

Also see how it does show up in device manager:

Problem:

The problem that I have is even though my HM10 shows up in the valid Bluetooth devices under device manager, it does not show up in the list after I click 'Incoming'. The list is simply blank. Is there something I am missing to make it show up in this list?

Does not show up in this list!

Eric F
Eric FEric F
2,9705 gold badges17 silver badges32 bronze badges

2 Answers

I figured out that the problem is HM-10 and HM-11 do not have the 'Standard Serial over Bluetooth link' function like HC-05 module, if anybody know how to add that function to it, it might work!

Mac gif animator. The interface is made for people with little to no experience with computers or graphics of any kind. The best part about this GIF maker is the ease of use. Gif Maker is a straightforward desktop app that streamlines the process of creating GIFs for users for personal or business purposes.

if you have HC-05 bluetooth module, you can use it as direct UART connection to your computer without problem.

To open the hardware funtions windows: Control panel > Hardware and Sound > Devices and Printers > double click on the bluetooth device > choose Hardware tab.

maisonsmdmaisonsmd

Bluetooth Device To Serial Port

I was unable to directly figure out the problem however went a different route altogether. Since the goal of this question was to connect my Arduino to my computer wirelessly, I decided to use RF transmission instead of bluetooth. In doing this I purchased the following:

I believe that my biggest issue was that I did not have the USB to UART converter. This also may have been the reason my bluetooth modules didn't work as they were simply transcievers as well without the usb to UART converter. Either way, if someone else is trying to have wireless communication between an Arduino and a Windows based computer, I would suggest the RF method instead.

Eric FEric F
2,9705 gold badges17 silver badges32 bronze badges

Not the answer you're looking for? Browse other questions tagged windows-10bluetooth or ask your own question.

Active7 years, 11 months ago

I have spent some time researching Android's ability to communicate with bluetooth devices that are designed to communicate over a Bluetooth COM port on a PC. I haven't been able to find a definitive answer, so I thought I'd ask here. I want to make sure that this is possible with Android.

Bluetooth serial port c#

I am new to Bluetooth communications, but the research I've done so far lead me to RFCOMM which somewhat sounded like what I wanted. Unfortunately, I'm still unable to confirm that this is in fact possible.

Any help/resources on this would be greatly appreciated.

Joe MJoe M
8971 gold badge12 silver badges21 bronze badges

1 Answer

Yes, Android can connect to Bluetooth COM ports on PC's. I am currently developing such an application. Here is a code example (Ite requires the bluetooth permissions te be set in the Manifest.xml file):

Java:

KonsalikKonsalik

Bluetooth Serial Port Arduino

Not the answer you're looking for? Browse other questions tagged androidbluetooth or ask your own question.