Hi,
Thanks for your reply.
But this is not for serial port. Rather this is for networking, isn't it?
I was trying SER.read() , SER.receive(tim eout) , SER.receivebyte (timeout). I couldn't find any function for reading line like readline() for GM862. How can I solve this problem?...
User Profile
Collapse
-
Respond to serial port while processing other jobs
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... -
Python serial port
Hi,
I am newbie in python programming. I want to send command to my Telit GM-862 device either from Terminal or by sms and it should work according to the command. After executing the command it should wait for new command again.
Now, my problems are-
1. I can send ser.receive(20) ; for receiving command in GM862 from terminal. But how will I wait for serial port command forever?
2. How can I...
No activity results to display
Show More
Leave a comment: