CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Palmitoxico

Search: Search took 0.01 seconds.

  1. Re: Overlapped serial comunication

    I discovered the problem. It was that on setup when openning the serial port I was calling GetCommState() function before SetCommState(), so it was overwriting the DCB structure configuration,...
  2. [RESOLVED] Overlapped serial comunication

    Hi,

    I'm have been trying to write an code in C++ by using the Win32 API to communicate through the RS232 serial port with equipment. It's a simplex communication (only the equipment sends data in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured