Comunication Between Bluetooths through COMs in C# Part I
yuibox No Comments »
I was trying to send information, strings, files and the most important, custom packets between 2 bluetooth. One listening and the other one sending(Master <-> Slave). In order to test this in an easy way, both bluetooh are connected to a Serial Port, in this case, COM1 and COM2. In order to test this in 1 single computer and avoid the hassle, I Connected a Null Modem Adapter or RS-232 Serial Cable. I wired one COM port into another, so both will be connected together, transmitting and receiving in the same line cross linked (TX, similar to RX).
This tutorial will show the first step to start a connection and to get the general idea of how this puppy works
In Part I of this tutorial I will explain how to send a simple string and receive it
easy ne? ^.^ we all love baby steps
Requirements : - Null Modem Adapter
- VS.NET 2005 (or any other C# compiler)
- Basic Knowledge of C#
- and lots of time and patient
Recent Comments