•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 391,552 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,594 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser:
Views: 2658 | Replies: 1
![]() |
•
•
Join Date: Jul 2005
Location: South East Asia , Singapore
Posts: 52
Reputation:
Rep Power: 4
Solved Threads: 0
Hi, I had been wanting to translate my VB 6.0 MSCOMM syntax into Vb 2005.
Can someone give some advice?
codes on VB 6.0
If Comm1.PortOpen = False Then
Comm1.PortOpen = True
Comm1.DTREnable = True
Comm1.RTSEnable = True
Comm1.RThreshold = 1
Comm1.InputLen = 1
bOK = False
bError = False
Comm1.Output = "AT" & vbCrLf
Wait
I only changed Comm1.PorrtOpen=False into
Comm1.IsOpen = False for first line.
And
Comm1.PortOpen I replaced with Comm1.Open()
Thanks for your kind help!:p
Can someone give some advice?
codes on VB 6.0
If Comm1.PortOpen = False Then
Comm1.PortOpen = True
Comm1.DTREnable = True
Comm1.RTSEnable = True
Comm1.RThreshold = 1
Comm1.InputLen = 1
bOK = False
bError = False
Comm1.Output = "AT" & vbCrLf
Wait
I only changed Comm1.PorrtOpen=False into
Comm1.IsOpen = False for first line.
And
Comm1.PortOpen I replaced with Comm1.Open()
Thanks for your kind help!:p
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
- New Release of VB dotnet (2005) (VB.NET)
- HELP missing file ccSetMgr.exe for Norton 2005 (Windows 9x / Me)
- Film on the Web Conference 2005 (Web Development Job Offers)
- Norton 2005 question :@ (Windows NT / 2000 / XP / 2003)
- Norton Internet Security 2005 Live Update Cycle - Need Help (Viruses, Spyware and other Nasties)
- Nortans 2005? (Viruses, Spyware and other Nasties)
- Com5 without MSComm (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: vb.net code for searching
- Next Thread: Newbie Help


Linear Mode