bolleperdu
Programmer
Hello,
I usually work with microcontrollers in a C/C++ environment, but i need to write a programm to download software in the microcontrollers (through RS232). I want to do this in Visual C++. I allready have written software that downloads the software correctly, but while downloading, my programm hangs. I would like to use multithreading to prevent this.
Whereever I look for help, it appears to be too complicated for a beginner like me. I just want my programm to have 2 threads: 1 for the serial communication and 1 for the GUI.
I usually work with microcontrollers in a C/C++ environment, but i need to write a programm to download software in the microcontrollers (through RS232). I want to do this in Visual C++. I allready have written software that downloads the software correctly, but while downloading, my programm hangs. I would like to use multithreading to prevent this.
Whereever I look for help, it appears to be too complicated for a beginner like me. I just want my programm to have 2 threads: 1 for the serial communication and 1 for the GUI.