I have been having a problem trying to transfer Serial Communications
code over to .NET Web Services. Needs to stay in C++ and as a web
service.
The code will open the serial comm port and receive data, but when I
try to close the port it will not close. I have to go into the task
manager and kill the aspnet_wp.exe process before it will close. The
same code will work in a generic C++ project.
If anyone has had problems like this and/or know the solution please
respond back.
Thanks