M
mahesh.5683
Hai everybody,
This is my application.
* My application concentrates mainly on serial communication. Mine is a
Windows CE device application. I've used System.IO.Ports class for
that.
* For transmitting data I've created a procedure and assigned a
priority for that, using thread.priority (So that i continuously
transmit data).
* For receiving the data I use Serialport_DataReceived event. Is there
any way that i can assign my own priority level for the
Serialport_DataReceived event.
This is my application.
* My application concentrates mainly on serial communication. Mine is a
Windows CE device application. I've used System.IO.Ports class for
that.
* For transmitting data I've created a procedure and assigned a
priority for that, using thread.priority (So that i continuously
transmit data).
* For receiving the data I use Serialport_DataReceived event. Is there
any way that i can assign my own priority level for the
Serialport_DataReceived event.