Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other VB.NET Posts   Ask New Question  Ask New Question With Power Editor

Serial Communication doubts in VS 2008
Indu mathy posted at Monday, June 01, 2009 1:35 PM

Sir,
 my problem is to do serial communication bet a PDA(Windows Mobile 5.0) and hyperterminal and my doubts are

-should i need to compulsory use the "device manager" for this comm.
-though i wrote program in console app n windows app on VB.NET its not working
-what type of serial cable to be used for this.


Plz help me sir....I thankful to u in advance....

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0
Re
Bill Look replied to Indu mathy on Monday, June 01, 2009 2:12 PM

Hi

here some cool tutorial her to serial port with windows mobile

http://msdn.microsoft.com/en-us/library/aa446565.aspx

http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/542b74c4-1514-4488-96f0-863ccd4c67f3

thank you
Reply    Reply Using Power Editor
My name is Bill Look, and my profession is software developing since 2006 (having more than 4 years experience) and holding MCTS,MCPD certifications and most of developments are based on MS technologies .Specifically ASP.NET ,Sharepoint and Widows Mobiles. I have worked on ERP systems also.
  Rank Winnings Points
November 7 $39.00 95
October 3 $71.00 241

re:Serial Communication doubts in VS 2008
H K provided a rated reply to Indu mathy on Monday, June 01, 2009 4:00 PM

In order to communicate serially between PDA and hyperterminal, you can use vb.net and make use of the Serialport class available under the namespace 

System.IO.Ports.

its not mandatory to use device manager, you can refer to the code below in c# for serial communication b/w PDA and hyperterminal with out use of device manager.

http://www.codeproject.com/KB/mobile/bth_serial_port.aspx

Regarding the cable as you are making use of serial communication, rs232 or sync cable should be good enough.

 
Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0