Home > Mobile >  Questions about serial port to receive the thread
Questions about serial port to receive the thread

Time:09-24

My tablet external to a serial port device
I started a thread receives data, roughly the following
If (readThread==null)
{
ReadThread=new readThread (handler);
ReadThread. Start ();
}
But when I serial port devices from flat out to insert again, then again open the serial port
ReadThread not null but did not receive data
Why is this?
  • Related