Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to send CTRL+enter to Comm Port in Visual Basic

Status
Not open for further replies.

narindia16

Member level 1
Joined
Aug 4, 2009
Messages
32
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Ambala
Activity points
1,523
I am designing an application which has RS232 interface. I am able to send commands using hyperterminal. I am writing the command and then ctrl+enter. Information goes to the device and works.

I am trying to make it in visual basic but don't know how to add ctrl+enter code after the string.

please help me.
 

You can use "vbCR", "vbLF" and "vbCRLF" to send carriage return, line feed and combination of the two respectively.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top