Bluetooth communication

hung

Active Member
Licensed User
Longtime User
I have a board that can accept serial commands via bluetooth from my PC.

e.g
PC: send to com4 (bluetooth): "#3P100S100#4PP300S200"
Board: turn on #3 and #4 motor

I plan to rewrite the control program on ppc. So without PC I can use my ppc to control the board via bluetooth.

Questions:
1. Can the Serial Terminal example send to Bluetooth port?
2. Do I need to manually turn on the bluetooth and manually match the bluetooth id on my Board? Can I use program to control that?

Thanks.
 

pdablue

Active Member
Licensed User
Longtime User
Bluetooth Communication Examples with a Pocket PC.

Hi,

You can visit the following website to view some examples of
how to use a Pocket PC to send Commands and Data to an
embedded Bluetooth module.

The software running on the Pocket PC was written using
Basic4ppc.

index
 
Top