Arduino-CmdMessenger icon indicating copy to clipboard operation
Arduino-CmdMessenger copied to clipboard

Question - Bluetooth Listener/Server in c#

Open ramiss opened this issue 5 years ago • 0 comments

Hi There,

I think CmdMessenger is great and have it working just fine with serial between my Pi and arduino. Now I want to add a bluetooth connection between a mobile app and my Pi, with the app initiating the connection (ie Pi listening/server).

I'm pretty sure I can follow the example to initiate from the app. What I have no clue about is how to set the Pi (in c#) to listen for a bluetooth connection.

This guy has already done it to some extent, but to be honest I don't trust his code. The client side stuff he wrote is nowhere near as robust as your examples. So I'm hesitant if you have a better way. https://www.codeproject.com/Articles/842951/CmdMessenger

Any clues are most welcome!

Sincerely,

Richard

ramiss avatar Jul 18 '20 00:07 ramiss