Timeline for Reading time off of a cellular modem with python 2.7 and pyserial
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 18, 2019 at 5:53 | history | edited | tlfong01 | CC BY-SA 4.0 | added uart ttl rferences |
| May 18, 2019 at 0:57 | comment | added | tlfong01 | How nice! I also learnt a lesson from your experiments. I am thinking of adding a user programmable delay in my UART loopback program, so the user can adjust the delays. You also remind me when I first played with a BlueTooth serial module. I did not realize in the beginning that the blue tooth modules needs some time (in the order of milliseconds) to process the data from Rpi. And after adding a wait-for-module-operation function, all problems disappeared! Have a nice weekend! | |
| May 17, 2019 at 18:24 | comment | added | Shrout1 | Worked it out! I was trying to poll the TTY too quickly and so I was looking for a response before the modem could actually query the network. Thanks again for your help! | |
| May 17, 2019 at 12:10 | comment | added | tlfong01 | @Shrout1 You are welcome. I suggest to also try USB/TTL cable, for easy swap testing, and also sooner or later you might need more than one UART channel. Good luck and have a nice weekend. | |
| May 17, 2019 at 11:29 | comment | added | Shrout1 | Lots to look into here! Thank you! The modem is directly connected into the pi, no cable. I'll try to use some of your suggested tools and read your links today. I will have to play more with it after work. I appreciate the information! | |
| May 17, 2019 at 8:46 | history | edited | tlfong01 | CC BY-SA 4.0 | added terminal emulation pictures |
| May 17, 2019 at 8:38 | history | edited | tlfong01 | CC BY-SA 4.0 | added terminal emulation pictures |
| May 17, 2019 at 3:15 | history | answered | tlfong01 | CC BY-SA 4.0 |