tomazas / ATCommandTester

Ported and cleaned up version of the ATCommandTester from m2msupport.net
GNU General Public License v2.0
140 stars 57 forks source link

Cant connect to Serial #10

Open xLixon opened 1 year ago

xLixon commented 1 year ago

Log:


Found ports :COM3

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 115200 with flow control enabled

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 9600

Sending AT query..
Disconnecting port COM3.

Disconnecting port COM3.

Retry connecting COM3 at 9600 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 9600 with flow control enabled
Disconnecting port COM3.

Retry connecting COM3 at 19200

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 9600
Disconnecting port COM3.

Retry connecting COM3 at 19200 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 9600 with flow control enabled
Disconnecting port COM3.

Retry connecting COM3 at 38400

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 19200
Disconnecting port COM3.

Retry connecting COM3 at 38400 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 19200 with flow control enabled
Disconnecting port COM3.

Retry connecting COM3 at 57600

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 38400
Disconnecting port COM3.

Retry connecting COM3 at 57600 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 38400 with flow control enabled
Disconnecting port COM3.

Retry connecting COM3 at 115200

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 57600
Disconnecting port COM3.

Retry connecting COM3 at 115200 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 57600 with flow control enabled
Disconnecting port COM3.

Retry connecting COM3 at 230400

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 115200
Disconnecting port COM3.

Retry connecting COM3 at 230400 with flow control enabled

Sending AT query..

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 115200 with flow control enabled

Invalid or no response from the device. Please check the modem port and the baud rate.Disconnecting port COM3.

Sending AT query..
Retry connecting COM3 at 230400

Sending AT query..
Disconnecting port COM3.

Retry connecting COM3 at 230400 with flow control enabled

Sending AT query..

Invalid or no response from the device. Please check the modem port and the baud rate.Disconnecting port COM3.

Im trying to connect the TTGO T-Call SMS800L Device via USB-C to USB-A Cable to my PC (USB-A Port). In the Device Manager the ESP is in COM3 and the Baud is 115200 (as well as in the tester). I also tried Baud 9600 but it didnt worked too.

What should i do now=

tomazas commented 1 year ago

Try some serial tool such as RealTerm to verify the port is working before using this software.

xLixon commented 1 year ago

image Like this?