Visual Studio Code – Why is I cannot send packet of byte from separate thread to COM port in C++?
I'm working on an application where I use specific protocol to send packet over COM port to a hardware. I have the protocol specifications document available. I'm able to send the packets using WriteFile(). Going through the protocol specs, I…