8 years, 3 months ago.

is it possible to issue AT command via the USB on the mDoT developement kit board?

is it possible to issue AT command via the USB on the mDoT developement kit board? for the mDoT board configuration, is the COM(9pin) port mandatory to be connected to PC

Question relating to:

Reference AT Command Application for MultiTech MDOT. AT Commands can be issued on the DIN, DOUT pins that are connected to the DB9 port provided on the UDK development board. … Lora, mdot, multitech

1 Answer

8 years, 2 months ago.

To have AT commands on USB serial port, change main.cpp pin assignments:

Serial debug(XBEE_DOUT, XBEE_DIN);

mts::MTSSerial serial(USBTX, USBRX, 512, 512);

thanks! i will have a try.

posted by Jjun Deng 12 Jul 2016

can you explain further for someone who is inexperienced and has just started using the mDot

posted by Sydney Sebopetse 15 Dec 2016