I am using commercial Android phone,with that I am able to send AT commands from Hyper-terminal using mobile USB modem port.
Is there any possibility to send AT Commands from Python to Hyper-terminal which uses mobile USB modem port?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using pywinauto. It will allow you to control hyper terminal from windows.
An other option would be to use pySerial to communicate with the serial port directly.