Python Forum
Execute "AT" command in Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Execute "AT" command in Python
#2
I can't give you a complete answer as my needs are few, and I usually do any 'AT' commands directly using Putty.

I will instead direct you to paramiko (which is an implementation of the SSHv2 protocol) URL's:
pipy: https://pypi.org/project/paramiko/
main site: https://www.paramiko.org/
GitHub: https://github.com/paramiko/paramiko

Check the 'demos' https://github.com/paramiko/paramiko/tree/main/demos
to see if you can find an example of what you're looking for.

There may be better options.
Reply


Messages In This Thread
Execute "AT" command in Python - by Pavel_47 - Nov-26-2021, 04:04 PM
RE: Execute "AT" command in Python - by Larz60+ - Nov-26-2021, 06:39 PM
RE: Execute "AT" command in Python - by Pavel_47 - Dec-06-2021, 03:22 PM
RE: Execute "AT" command in Python - by Larz60+ - Dec-06-2021, 06:09 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020