Hi,
I am programming GM862 using python. In my program the device should wait for serial port command for unlimited time and respond to any command while processing other parts of the program at the same time.
For example My device logs data continuously. Now If I connect my PC to the device and send command "date" then it should respond to it and send the present time and date. But it should not stop processing the data.
How can I do that? Any idea or suggestion?
Thanks in advance.
I am programming GM862 using python. In my program the device should wait for serial port command for unlimited time and respond to any command while processing other parts of the program at the same time.
For example My device logs data continuously. Now If I connect my PC to the device and send command "date" then it should respond to it and send the present time and date. But it should not stop processing the data.
How can I do that? Any idea or suggestion?
Thanks in advance.
Comment