How to use serial bluetooth terminal. html>yb
g. The Jul 4, 2021 · BLUETOOTH SERIAL TERMINAL - June 20, 2021This project acts as a simple wireless automation using bluetooth as a serial connection to communicate from a mobil Sep 27, 2017 · First up, install the Adafruit helper library and friends. the orange wire is the control one and we will connect it to GPIO 19 of the ESP32. You will be able to see the X, Y and Z data appear and scroll down! You can plot anything you like, just use bleSerial. answered Sep 5, 2014 at 1:48. Go to Google play store and search for “Serial Bluetooth Terminal”. At the end of this tutorial we will learn how to use Serial Bluetooth functionality in ESP32. For an overview on Android BLE communication see Android Bluetooth LE Overview. In fact the BLE specification has no concept of serial ports, not like the old Bluetooth 2. This way, you don't have This library is compatible with all architectures so you should be able to use it on all the Arduino boards. In particular we have: the brown wire will be connected to the ground. minicom -b 9600 -o -D /dev/rfcomm0. After installing it with sudo apt install tio I call it with: lxdesktop ~$ tio /dev/ttyUSB0 tio /dev/ttyUSB0 [tio 21:06:05] tio v1. Mar 19, 2021 · Turn on your smartphone’s Bluetooth. This Android app provides a line-oriented terminal / console for classic Bluetooth (2. I then connected the Bluetooth module to a laptop (running with Windows 7) using a USB-to-UART converter. Press the Send button to send the string over UART to your Bluefruit LE device. Open the serial terminal in the Arduino IDE. Jun 20, 2020 · The Android terminal app can connect to this and C# receives data, but can't send anything. you must change the device name from "MattsBlueTooth" to your device name as well as confirm the UUID for your service/device. com/microcontroller-projects/using-classic 'Serial Bluetooth Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a bluetooth to serial converter to your android device. The user will test the APP with the SCADA, Robot, UAV, PLC, CNC or etc. This Android app provides a line-oriented terminal / console for Bluetooth LE (4. Open a new serial COM port (for the USB-TTL module as shown in your windows device manager) Go to Setup > Terminal and choose the following parameters. On Windows it provides a COM port, similar to the Microsoft "Standard Serial over Bluetooth" (a driver which exists since Windows XP and unsurprisingly also does not support Jan 17, 2013 · The bluetooth to serial device is a bolutek BK-MD-BC04-B_DEMO. Provides RS232 Serial connection over Bluetooth (Low Energy or 2. println("Bluetooth Out"); then I see the message bring printed out to the bluetooth terminal. Here is the Full playlist link for this course: Jun 22, 2015 · If you want to read something that's already in the serial port from the Arduino end, then you need to rethink your code. Select Add Bluetooth or other device . How to connect the ESP32 with Mobile Bluetooth. Make sure before trying this yo An app called BLExAR allows Arduino users to communicate to either an iPhone or an iPad via Bluetooth. In this post you will use the Android app Serial Bluetooth Terminal by Kai Morich for connecting to your Arduino with Bluetooth and receive serial data from a sensor. Open Bluetooth service configuration file. To hide the keyboard, simply tap the log window while the keyboard is shown. May 6, 2023 · You can use this App to communicate with Serial Bluetooth devices like the RN-42 that are used for arduino projects and other custom projects. The serial monitor enumerates the available ports in the Port dop down box. Use a paper clip and carefully press AND HOLD the micro button through the hole in the housing for approx 2 – 5 seconds. 0 of the firmware any serial menu that is shown can also be accessed over Bluetooth. print () and print out your data with Dec 18, 2019 · The GATT chracteristic to write the serial data, you might use "scan. Oct 13, 2014 · In this video I show you How to connect Bluetooth Device with COM Port of PC . Try using Chrome , Edge, or Opera. The first goal of this project, started by @edufolly was making an interface for Serial Port Protocol (HC-05 Adapter). py -d" to find it out. . Type in “AT” and hit the enter key to send this command to the HC-05 module. Get started. We will also use a Bluetooth terminal application to pair the two devices together. Features. Let's take a look at a few of the more commonly-encountered Bluetooth profiles. 0. You can learn about how to use the Web Serial API in the Read from and write to a serial port article. In the search box, enter "Bluetooth" then select. 0 We recommend using the Android app “Serial Bluetooth Terminal,” available in the Play Store. I have connected my Nokia 305 with COM15 of PC. Go to Devices. In my particular example its the meshtastic-matrix-relay connecting via serial/bluetooth to a RAK4631 (NRF52 based) device. Flutter basic implementation for Classical Bluetooth (only RFCOMM for now). Now the plugin features: Adapter status monitoring, Turning adapter on and off, Opening settings, Oct 11, 2017 · On the Options tab of this dialog, check “Allow Bluetooth devices to find this computer”. If the device is paired and the COM Port is the same in the code as it is in your Bluetooth Settings, AND the timeout number and baud rate are the same as in the application you are sending the An outgoing port is used to make a connection to the serial port service on a remote device. This can be Feb 1, 2012 · You are not really using a physical serial port here. #include "BluetoothSerial. 2. Locate the device in the list and select it. The requirements are expressed in terms of… Feb 16, 2018 · Code: Select all. It uses the ESP-IDF framework to configure and manage Bluetooth communication. Finally, we add a slight delay of 20 ms using the delay() method to avoid overloading the system with continuous communication. Serial Port Profile (SPP) If you're replacing a serial communication interface (like RS-232 or a UART) with Bluetooth, SPP is the profile for you. Step 3: Bluetooth Connection. You can use this App to communicate with Serial Bluetooth devices like the RN-42 that are used for arduino projects and other custom projects. When prompted for a PIN, enter the assigned Bluetooth pairing code. Once the pairing is done, the device can be added in the Serial Bluetooth Terminal app, and you can then communicate with your device as if communicating with another user on a messaging app. This is common, the Windows API has a well defined set of api functions to talk to a serial port. It works exactly the same as any serial (UART) Bluetooth modules you may have used with Arduino (like HC-05, HC-06, etc). Oct 16, 2018 · The Bluetooth used in modules like HC-05 is a version of the classic Bluetooth called Bluetooth SSP (Serial Port Protocol), meaning the Bluetooth follows the standard serial protocol which makes it easier to send and receive data without much overhead. Mar 14, 2019 · Install a serial terminal application on Raspberry Pi. This is a sure-fire recipe for disaster. Open your computer's Bluetooth settings. Note: Starting with v3. Turn on the Bluetooth toggle. 3) Send this info as packets through seril --> Bluetooth. There may be ways to change the app to use a custom service, but I have never tried to so. Nov 19, 2012 · 6. The first thing we need to do is including the BluetoothSerial. It's about the simplest code you can use when testing Arduino bluetooth <-> C# communication. Airconsole Pro is the Bluetooth / Wifi to Serial and Ethernet adaptors for use with iPhone, iPad, PC, Mac and Android. We've heard of this thing called PySerial but we May 3, 2016 · 1) Scan 8 digital pins and compile their state in a single byte ( 8 bits) 2) Scans 6 Analogue inputs corresponding to the joysticks and triggers. Please see Configure With Bluetooth for more information. 0, creating a virtual serial port in /dev/pts/x, which makes it usable with any terminal or application. sdptool browse local. To reset the adapter to factory settings simply press and hold the reset button located on the top of the adapter. Once connected, type "LED ON " or "LED OFF " in the Android app and press the "SEND" button. */. Pair with ESP32. Open-Source, free, and easy to use. Upload the following test code: #include < SoftwareSerial. Apr 18, 2016 · I've tried using bluetooth terminal emulation apps like BlueTerm, BT Simple Terminal, and Arduino BT, but when I connect to the server enter text and press enter, there's no response from server. 32 [tio 21:06:05] Press ctrl-t q to quit [tio 21:06:05] Connected raspberrypi login: The Android device is now paired with the Brainboxes Bluetooth Serial Adapter: Open SENA BTerm > Settings > Bluetooth Management: On the Bluetooth Management Screen press “Connect To” button. Another dialog box will then appear. Connect the SERIAL TERMINAL PROGRAM to the Bluetooth device. Go to Setup > Serial Port and choose 38400 Baud rate. It will assign the device to a COM port, click OK out of the Bluetooth settings. 2) Than copy and paste the code in Arduino IDE. Click on the icon in the top left corner and choose “Devices”. Mar 9, 2018 · The code. 2-1. 1) Open Arduino IDE >Go to tools > Board ESP32 Dev Module and Select port 3. with the BLE to serial port devices. On the COM ports tab, click “Add”. A friend of the channel asks how to read the TTGO T-Watch 2020 Accelerometer remotely. Screenshots. Next, launch the Web Bluetooth Terminal and connect to your module. This app supports different bluetooth versions: - Bluetooth Classic - Bluetooth LE / Bluetooth Low Energy / BLE / Bluetooth Smart Aug 15, 2021 · In this video communication is established between two Bluetooth Module HC-05 Using Virtual Serial Terminal Throughout this guide, we will use an android smartphone that will connect to our ESP8266 development board. Open Android App and pair it with the HM-10 Bluetooth module using the instructions provided in a previous example. 0). You can find our BLE demos in the examples menu: Load up the BLE Plotter demo. Retain software serial but use another pair of pins for Bluetooth. Select “ESP32test” from this list. Is there a way to modify this behavior and specify to open just one of the two? E. The iOS portable devices will connect with the Bluetooth Low Energy (BLE) to serial port converter devices and exchange data with them bi-directional. <br>. 3. Click OK. Upload this to board without the modem attached-Make sure the baud rate is 115200 as that is what the bluetooth is (and serial port) */ int The Bluetooth Serial Monitor App is a mobile app that has a user interface that looks like the Serial Monitor of Arduino IDE. Be sure that the bluetooth device is started : # power on. We now start the agent that will "remember the pin" for rfcomm : # agent on. BluetoothSerial SerialBT; 3. Anything you produce within your code to print to the serial monitor will already be in your program ready to access if you make it available in the right way. Serial Bluetooth Terminal. You can interact with Bluetooth devices via this app as if It is the Feb 29, 2024 · Key Details of Bluetooth Serial Terminal for Windows 10. Serial devices are connected either through a serial port on the user's system or through removable USB and Bluetooth devices that emulate a serial port. Corresponding view of Arduino Serial Terminal. After installing, launch the “Serial Bluetooth Terminal” app. Then, open Serial Bluetooth Terminal application. The device can be on or off. Also, I would like to point out some parts of the code, like: // Bluetooth Serial object. -p PORT, --port PORT Symlink to virtual serial port (default = /tmp/ttyBLE) Only the device address is always required: $ ble-serial -d 20:91:48:4c:4c:54. Follow the RPI steps to setup the rfcom link at its end. Next we will need an object of class BluetoothSerial, which is the one we will use to initialize the Bluetooth stack on the ESP32 and to send the data. Declare your BluetoothManager (Make sure to include the library BluetoothManager, not the Android one): See full list on randomnerdtutorials. In search box, type "Bluetooth", and then click "Change Bluetooth settings". Enable SPP on Raspberry Pi. incoming port, telling Windows in advanced that the remote device is establishing the connection. May 20, 2023 · Basically I want to use a serial interface of a bluetooth device. In this video, you will learn how to use SoftwareSerial to connect the HC-06 board to add Bluetooth functionality to your projects. AppInventor has a nice set of BLE programming blocks and the client construction and deployment was straightforward following the tutorial. Note the unusual colors used for the connecting wires. I am able to connect to the device using my Android phone, and I can send data to it. Use something like BLEScanner app to confrim both on Android. The adapter will then reset and restart. It fulfills the same purpose as rfcomm bind for the old Bluetooth 2. Click the “Select” button. Look for a line starts with “ExecStart” and add compatibility flag Mar 20, 2013 · After you pair it go to Bluetooth Settings > COM Ports and see what port is there with the name of your device. It's basically a bluetooth device with a serial port on it. write() method. Select it, and return to the Terminal selection. Note: the code was tested by connecting PIN1 (TX) <-> MODULE RX, PIN2 (RX) <-> MODULE TX and dividing the PIN1 (TX) 5V to 2,5V before feeding it to the module. The issue with the null connection is related to the findBT () function. You should see a list of devices you’ve previously paired with. x) devices implementing the Bluetooth Serial Port Profile (SPP) For an overview on Android Bluetooth communication see Android Bluetooth Overview . print() function. Choose the HC-05 device under Device that will use the COM Port drop down and then click OK. read() method and writes it to the Serial port using the Serial. Change Bluetooth settings. Figure 2 shows the system-level block diagram of the host and the Feb 25, 2024 · Software for communicating with serial devices via USB and Bluetooth, often used by engineers and hobbyists. Run : sudo bluetoothctl. Apr 27, 2023 · If there is data available, the code reads the data using the SerialBT. Go to Start > Settings > Devices > Bluetooth & other devices. h". 7. Connect the devices as shown above and power on the module. microbit. It's pretty easy-to-use. Finally, these two strings is send to a serial terminal over Bluetooth using SerialBT. Click the settings icon, then select Pair new device. I tried similar to above to print to normal serial out and I see it being printed. 0+1. Now, run ‘flutter pub get’ to install the package. 4 hour battery life and comes with Many many features, including auto-discovery, full control over baud rate and other settings, detailed management webpage (and built Sep 29, 2021 · Connect your micro:bit to the computer with a USB cable then open makecode. 9600 is the baud rate corresponding to the Arduino serial port (not the Bluetooth serial port). On Windows it provides a COM port, similar to the Microsoft "Standard Serial over Bluetooth" (a driver which exists since Windows XP and unsurprisingly also does not support Oct 31, 2023 · The program sets up an SPP server, which can receive and send data over a Bluetooth connection. Start. Return to the Bluetooth Serial Terminal app and click on Refresh List. We will learn how to send and receive data from the phone to Arduino and control Ardui Feb 26, 2020 · I use the nice tiny program tio (terminal IO) that is exactly made for serial terminal connections and works out of the box. 3) Open the serial monitor and select the right braud which you mention in your code. To start the serial monitor in Visual Studio Code go to the command palate Ctrl + Shift + P and enter “serial” then select Focus on Serial Monitor View. Power on the Arduino. -l FILENAME, --log FILENAME. 6. Uploading the Code to ESP32 Apr 11, 2020 · 24 Bluetooth Connectivity with ESP32 by Bluetooth Serial Terminal. The serial port includes RS-232 or RS-422 RS-485 interfaces. The application requires a serial interface, like it would be /dev/ttyUSB0 for an USB serial connection. So we are goi Port you are spying on must be closed when starting. Similarly, the second string(str_2) is responsible for storing three-axis Gyroscope values as a string. Step 4: Prepare the Mobile Application ESP32 Bluetooth Classic. In order to use SPP, Bluetooth service needs to be restarted with ‘compatibility’ flag [3]. Here is what I've tried: If I uncomment mySerial. x) devices implementing a custom serial profile. - Bluetooth LE / Bluetooth Low Energy Mar 25, 2024 · The first string(str_1) stores the three-axis Acceleration values as a string. 1. 4 GHz ISM (Industrial, Scientific, and Medical) band and has a maximum data rate of 3 Mbps. Now that the two devices are connected, we need to be able to send data this way but from our Python program. If you already have a serial port service, make a note of what channel it is. Now we enable the scan mode to find our device and be able to pair it : # scan on. Open the Serial Monitor on the Arduino IDE. The Bluetooth Serial Port Profile (SPP) server is a Bluetooth profile that emulates the behavior of a traditional serial port (RS-232) over a wireless Bluetooth connection. In other words, the Web Serial API bridges the web and the physical world by allowing Please see the demoApplication directory for a fully-featured demo app. arrow_forward. Jul 11, 2020 · This should take whatever I enter into the bluetooth serial and print it on the regular serial port. Bluetooth Classic uses the 2. First and foremost, what it is not, is a serial port. h ><br>// Connect bluetooth module HC-05 or HC-06 to arduino and declare the pins used if you plan on using the software serial. Oct 13, 2023 · Chrome can now communicate with a non-Serial Port service that exposes an RFCOMM serial interface (see non-standard Service Class IDs). It’s the easier option for ESP32 Bluetooth communication applications. From the COM Ports tab, click. Clicking the blue button in the right corner will generate a CSV file, which allows you to view Aug 12, 2022 · 5. This article assumes you have basic knowledge about Bluetooth and focuses on the serial over Bluetooth changes. You can set the baud rate and line ending mode in their own drop down boxes. 1. Newline characters can be added using the return key. If you are using the same Serial Terminal app I am using, click on the menu icon at the top left corner and select Devices. opens a terminal from which we can send and receive text. py. 4) Than open your bluetooth in mobile phone. You will need to write a program for the Nano33BLE which uses the Nordic UART Service UUIDs. CoolTerm is a freeware serial port terminal app and networking program, developed by Roger Meier for Windows. yaml file: dependencies: flutter: sdk: flutter flutter_bluetooth_serial: ^0. May 4, 2022 · I will show you how to frame and send the commands in the following steps. This app supports bluetooth serial converters using the bluetooth SPP protocol like. Control Panel. SerialPort); _Listener. Go to the Play Store and download the application by the name: Serial Bluetooth terminal. Apr 15, 2022 · The tutorial shows how to set up a BLE client on the tablet to interact with a serial terminal on the PC (server). Pairing and Communication. The exemplar string you provided, is simply an array of May 27, 2024 · It fulfills the same purpose as rfcomm bind for the old Bluetooth 2. Click the Upload button to upload the code to the Arduino board. To enter programming mode (do all of the following steps) 1. The BlueTooth driver merely emulates one. 'Serial Bluetooth Terminal' is a terminal app for microcontrollers, arduinos or other devices with a serial / UART interface connected with a bluetooth to serial converter to your android device. Click on the app logo to the right to download the app. #define A = 2. Make sure the baud rate is set to 9600. Write a program using the serial blocks and flash it to the micro:bit, then click Show console Device to view a plot of serial data. Pair to the RDL unit. The app permits control of an Arduino board, and communication via the serial port, as well as data transfer from the Arduino to the iOS device. The communication range is up to 300 feet line of sight when using Class 1 Bluetooth devices, and since Bluetooth inherently has secure 128bit encryption you get May 8, 2014 · So I started with HC-05 Bluetooth Module as a Bluetooth receiver, for receiving audio and connected it to a speaker or headphone. 1; 1. For two Bluetooth devices to be compatible, they must support the same profiles. It will be like replacing the Arduino IDE terminal window with your Android device. Note: Pairing instructions are provided on the product data sheet and on the instructions provided with the RDL unit. This app supports different bluetooth versions: - Bluetooth Classic - Bluetooth LE / Bluetooth Low Energy / BLE / Bluetooth Smart Apr 28, 2016 · In the Add COM Port dialog select the Outgoing (your PC initiates the connection) radio button. BluetoothListener _Listener; public Bluetooth() InitializeComponent(); _Listener = new BluetoothListener(BluetoothService. -----/***** Bluetooth test program *****/ /* Setup. You will need to select the Bluetooth device to connect to. - Bluetooth LE / Bluetooth Low Energy / BLE / Bluetooth Smart. Emulating one makes the interface to the driver simple, the vendor doesn't have to supply an interface DLL or document a complicated DeviceIoControl Step 1: Schematic and Connection. Pair with the HC-05 module. (IOS & Android browsers are not supported) Learn more about browser compatibility. 0 (latest) 1. Enable optional logging of all bluetooth traffic to file. HC-05 AT Command Check. Select Bluetooth. A nice looking serial terminal in the web. So, make sure you have an android phone at hand. This can cause problems with Bluetooth serial devices, because it takes a while before the OS can say that a port is not there. the red wire will be connected to the 5V pin of the ESP32. The download has been tested by an editor here on a PC and a list of features has been compiled; see Dec 20, 2021 · Turn on both devices. This makes any configuration of a device much easier in the field. This time, in the App, select the Plotter module. Now listen on this channel using rfcomm: Aug 22, 2013 · You could try this. Dec 15, 2010 · This library allows you to connect with other Bluetooth devices using virtual serial ports (RFCOMM). Jan 6, 2021 · SoftwareSerial bluetooth(0, 1); You are using software serial on hardware serial pins 0,1. Ensure 'Incoming (device initiates the connection)' is selected then click. Releases. Finally, go back to Terminal. It will initially report a "Accepted connection" and having received and empty string, but it receives nothing after that. In this post, I’ll use minicom [2]. Press “Start Scan”. If you don't, you can add the service: sdptool add --channel=22 SP. You should see the ESP32-BT-Client device listed. 1), WIFI or Wired Ethernet in a single unit. But the HC-05 module is not responding to Hyperterminal Communication. Open the Windows Control Panel. 0 or above (API level 5 or above). . 6. Please note that the Bluetooth module used in this tutorial is not compatible with iOS devices - instead, you will need a Bluetooth LE (Low Energy) module or an Arduino Resetting the serial Bluetooth adapter. To configure an RTK device using serial attach a USB C cable to the device. 'Serial Bluetooth Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a bluetooth to serial converter to your android device. answered Aug 12, 2022 at 8:30. Apr 16, 2024 · Next, add the flutter_bluetooth_serial package to your pubspec. Congratulations. You need to make up your mind whether to. This tutorial will explain how to setup communications between an Arduino and a Bluetooth device running serial terminal software - in this case an Android smartphone. org in a Chrome-based browser. You've communicated with your ESP32 using BlueTooth. Click the Outgoing radio button and select HC-05 as the device that will use the COM port. On the PC we use a bluetooth terminal program to accomplish the same thing. May 13, 2023 · The SG90 servo motor used in this project. May 26, 2024 · Now open the Terminal app. Now you're able to make a small talk between the Terminal and the Serial Monitor! In Linux, open up a terminal and check what bluetooth services are available by typing in. The Serial library requires Android OS 2. § SCANPORTS 1/0 (obsolete) realterm scans for actual comports by trying to open them all. flutter_bluetooth_serial. Here is ESP32 with Arduino IDE Step by step Programing. x SPP specification. If you want to upload and monitor while it is in use, leave RX and TX open and either use SoftwareSerial with an Uno or another Serial Port with a Mega. Aug 12, 2020 · The Web Serial API provides a way for websites to read from and write to a serial device with JavaScript. It might say COM8 or COM9 or whatever. The Brainboxes Bluetooth Serial Adapter should appear on the list, select it. In this lecture you will acquire knowledge on testing HC05 bluetooth module with PC and PUTTY serial terminal. Yes, you can use it like a serial port, but the point I am making is there is no GATT profile for serial data Feb 20, 2015 · Tap the text field at the bottom of the screen to bring up the keyboard and begin composing a new string to send. Explained Establish Bluetooth connectivity with ESP32 by using This profile defines the requirements for Bluetooth devices necessary for setting up emulated serial cable connections using RFCOMM between two peer devices. Michael Sorensen. With my computer connected to the serial port on the bluetooth device using PuTTY on COM5 with USB to serial, I can see the data I'm Nov 8, 2021 · Kai Morich's Android app Serial Bluetooth Terminal uses the Nordic_UART Service by default. It is originally designed for Arduino but can work with any devices that support Classic Bluetooth or Bluetooth Low Energy - BLE (Bluetooth 4. You must set the option as shown in the image below (select Both “NL and CR”). public partial class Bluetooth : Form. Oct 13, 2023 · In this video we look at how to make a wired to wireless serial / UART bridge using Bluetooth, ESP32, and the Arduino programming environment. Nov 25, 2023 · Terminal for serial devices connected with Bluetooth Classic / LE. To use this library, open the Library Manager in the Arduino IDE and install it from there. In the Bluetooth Settings dialog box, click the COM Ports tab, select a port, and then click OK. TTGO T-Watch 2020 Bluetooth to Serial Bluetooth Terminal. com Open Serial Monitor in Arduino IDE, switch baudrate to 9600 and line endings to Both NL & CR. First, let us pair the device from command line. In part 1 we f Oct 16, 2018 · Check out the complete project on using the serial bluetooth with ESP32 and toggling an LED: https://circuitdigest. 2-2. This app supports different bluetooth versions: - Bluetooth Classic. h library, which will expose the functionalities needed to work with serial over Bluetooth. #include <SoftwareSerial. We will build a simple chat example which allows two connected devices to send text messages. Install Apr 7, 2018 · First you should do some research on just what Bluetooth LE is. Make sure to pa Using a serial to Bluetooth adapter is a fast, easy and reliable way of connecting a serial device to a PC, or to link two serial devices with each other as a direct cable replacement. Compile and upload the code. Find the module's serial port name in "devices and printers": In the Arduino IDE, choose serial port of Bluetooth module (mine is COM10) Open the serial monitor as normal to view incoming information. Start(); May 14, 2015 · The Bootloader host application tool can then use the Bluetooth virtual serial port to perform the bootload operation wirelessly. - HC-05, HC-06. Hope this helps all that are trying this! Creating A Serial Link Via Bluetooth To A PC Running Windows. h>// import the serial software library. Be sure to specify the port on the command line with port=X when using this. Add. Open the SERIAL TERMINAL PROGRAM. leave Bluetooth where it is but dispense with software serial OR. Now, type something into the serial This is a video tutorial on how to use SPP-C or HC-05 Bluetooth module. hm ns vb sb yb ki ml lm aa ve