J
Julián Sanz García
Hi,
I am developping a demo application that only open a port with CreateFile
method and read port data with ReadFile method.
When i open the com port, a read thread start. This thread has a while loop
which has the ReadFile call. My application fails when this loop try to make
the 5 iteration to ReadFile method call.
I think the exception throws is an access violation exception (0xc0000005)
Can anybody help me?
Thanks
I am developping a demo application that only open a port with CreateFile
method and read port data with ReadFile method.
When i open the com port, a read thread start. This thread has a while loop
which has the ReadFile call. My application fails when this loop try to make
the 5 iteration to ReadFile method call.
I think the exception throws is an access violation exception (0xc0000005)
Can anybody help me?
Thanks