hi all, iv been working on some software for a robot from a pocket pc,and i dont know how to send commands from the built-in bluetooth in the pocket pc, so what i wish to know how to do is send strings of data from a blue tooth ,how do i do this?
The answer depends on the bluetooth stack you are using. The most universal approach is to use RFComm, i.e. COM port emulation over bluetooth. If you only expect to support Microsoft stack, you could use sockets. Make sure you take a look at 32Feet.net library