Saturday, February 13, 2010

So O Serial Nve-3.1.0.25 What Is The Simplest Way To Access Serial I/O In Visual C++?

What is the simplest way to access serial I/O in Visual C++? - so o serial nve-3.1.0.25

I am a developer from the previous session. I am using VC + + 6 a lot, but I have used. NET 2005 and C # y Not everyone has migrated, if VC + + 6 is my best option.

I also have a USB HID / S code in VC + + 6, but my employer is switching to ASYNC via USB. Any suggestions on this? I write code to communicate with the terminal card.

2 comments:

Professional Geek said...

This will help you to the serial ports 1-4. I do not know how he with children 5 years and older works.

http://www.control.com/1026175740/index_ ...

Asynchronous via USB? I've never seen before.

Tom J said...

"Open the serial port
September MSComm1.CommPort = 2 'port number
MSComm1.Settings = "56000, N, 8,1" 'Set UART parameters
MSComm1.PortOpen = True 'need which could block the port
MSComm1.Output = "string", "Sending Data
$ Buffer = $ buffer MSComm1.Input & Read "data

Post a Comment