I am trying to write a program in Borland C++ Builder which communicates over a serial port to another device.
How can I stop program execution while the communication takes place and resume when I have my response?
This is a discussion on How to make a program wait for an event? within the C++ Programming forums, part of the General Programming Boards category; I am trying to write a program in Borland C++ Builder which communicates over a serial port to another device. ...
I am trying to write a program in Borland C++ Builder which communicates over a serial port to another device.
How can I stop program execution while the communication takes place and resume when I have my response?