A
Anders R
Hi,
Anyone know howto cancel a pending async operation?
I'm using the .NET 2.0 SerialPort and I start a BeginRead(...);
What I like to do is to cancel that pending read. In c++ or with api calls
you could use PurgeComm(handle, PURGE_RXABORT);
I can't use PurgeComm in my case, any suggestions?
Best Regards
Anders
Anyone know howto cancel a pending async operation?
I'm using the .NET 2.0 SerialPort and I start a BeginRead(...);
What I like to do is to cancel that pending read. In c++ or with api calls
you could use PurgeComm(handle, PURGE_RXABORT);
I can't use PurgeComm in my case, any suggestions?
Best Regards
Anders