About 2,000,000 results
Open links in new tab
  1. Making a bluetooth device recognized as a COM port?

    Aug 3, 2017 · 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 …

  2. Accessing Bluetooth data via Serialport in C# - Stack Overflow

    So I'm working in Unity3D, programming in C#, and I heard that one can read data from a Bluetooth adaptor via SerialPort. I have several Bluetooth USB adaptors that I've tried to connect on my PC u...

  3. Windows 10 Bluetooth virtual serial comm port is missing

    Nov 23, 2021 · Second Laptop has Bluetooth but no serial Commports. (how to install?) We checked the registry but could not find a relevant entry. How is the installation of Bluetooth virtual serial …

  4. Sending data using Bluetooth Serial Port Profile with Python socket ...

    Feb 2, 2021 · I have been able to connect a sensor via Bluetooth to my Raspberry Pi and receive its information with the Serial Port Profile using the Python Socket library with this program: import socket

  5. Serial comunication over Bluetooth Low Energy - Stack Overflow

    Oct 31, 2023 · Last week, in order to switch to Bluetooth Low Energy (and because I wanted a smaller board), I switched to an Arduino Nano ESP32. But I did not figure out how to enable serial …

  6. How can I find out a COM port number of a bluetooth device in c#?

    Apr 25, 2017 · My company developed a device that communicates with a PC via Bluetooth using a virtual COM port. Now we need a user to pair a device with a PC (MS Windows OS) first and then …

  7. Python bluetooth - An attempt was made to access a socket in a way ...

    Mar 28, 2022 · I successfully connect a device via bluetooth with the app ' Bluetooth Serial Terminal ' to a Win10 PC and I receive the data in the app as desired. I have understood that pybluez is THE way …

  8. How do I add a Bluetooth COM port in the Win8 Device Manager?

    The devices see each other, pair, and can transmit files, however the tablet's Bluetooth driver (RTL8723BS) does not have a COM port like the Workstation's does (BCM20702A0) and so I can't …

  9. Activate Bluetooth SPP in Android? - Stack Overflow

    In developer.android.com BluetoothSocket: The most common type of Bluetooth socket is RFCOMM, which is the type supported by the Android APIs. RFCOMM is a connection-oriented, streaming …

  10. Using python sockets to connect bluetooth device

    Mar 18, 2023 · I'm trying to connect to custom bluetooth device with sockets using python. I use pybluez to find device and get it's address. Current code looks like this: import bluetooth, subprocess import …