문제

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?
도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top