BlueTooth
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, May i know how to connect and use a blueTooth adaptor to send out images to handphone using C# codes in visual studio 2005. thankx.:)
-
Hi All, May i know how to connect and use a blueTooth adaptor to send out images to handphone using C# codes in visual studio 2005. thankx.:)
AFAIK, Bluetooth devices can be used pretty much as serial ports. You should see in your system properties if your bluetooth device, once installed, creates something like a virtual COM port, which you can use with the class SerialPort in .NET framework 2.0. ~~~ From Milano to The Hague, easy as it goes ~~~