C++ COM port seems to not be sending information
I am working with a COM port, with the ultimate aim of streaming GPS data coming through one port and then passing it through a different port. Right now, I am working on the “passing it through a different port” part, trying to get a fake GPS sentence to be written through a COM port. However, after following several examples for setting up and sending data through a COM port, I seem to be having some trouble.