I am creating a simple application in which i will open a serial port and configure it and make two threads one is reader thread and second is writer thread. writer thread will write on serial port and reader thread will read this data.
I have done with opening and configuring the serial port :cool:now how a thread can write and read data from serial port; please help me out on this issue.:)

