Serial Port Read and Write with Python in same time

1.7k Views Asked by At

i'm trying to read and write data from serial port.i'm reading and writing data separately.It's OK.However when i was writing data to serial port in python with "input" function,i want to read data from serial port in same time.even if the data that are sended with input function,are not insert or empty,in backgroud python read data from serial port.How can i do it?Could you help me please?

0

There are 0 best solutions below