Hello Everyone,
I'm using VS 2005's serial port class, in an attempt to read and write to serial ports. My ultimate goal is to be able to use this to communicate between two bluetooth ports (pc and pocket pc).
I'm currently using VB.Net, although a C# solution would work as well. Does anyone know of any workable vs 2005 code that can either monitor and communicate with serial ports OR with bluetooth devices?
I've checked around the Internet, but maybe you have some sources I don't or can't find.
Here is the question I posted on Experts Exchange (not much help so far, however): http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB_DOT_NET/Q_21785695.html
Thanks! :)
Here's 3 articles. Maybe one of them will be useful.
http://www.codeproject.com/csharp/serialcommunication.asp
http://www.codeproject.com/dotnet/DotNetComPorts.asp
http://www.codeproject.com/smartclient/MobPhoneFileTransfer.asp
Thanks for the quick responses. I last worked on this issue on Friday, and left it alone for the weekend. I picked it up last night and BAM! I got several things to work. Looks like I just needed to relax the brain :)
I had an issue with the sending program not sending the data it should have been. Also, the receive event tries to set the textbox contents, but that generates a warning because it's in a seperate task. It was easily fixable :)
Thanks for the quick responses and the links :) That 3rd link is the best OBEX article I've seen.
Copyright (c) 2008 GSP Developers Walling Info Systems | Terms Of Use | Privacy Statement