Bluetooth communications with C#
Posted
by Abdulaziz
on Stack Overflow
See other posts from Stack Overflow
or by Abdulaziz
Published on 2010-05-02T21:54:05Z
Indexed on
2010/05/02
21:58 UTC
Read the original article
Hit count: 211
hello,
I want to write 2 programs with C# one work on PC, the other work on a windows mobile phone.
So I want the PC program to send a signal via Bluetooth ( 1 byte maybe) to the windows mobile phone. and the mobile program (which work on background) handles and accepts this byte without the need of pairing.
how to code this?
please I need any kind of help.
© Stack Overflow or respective owner