9 years, 9 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:

1 Answer

9 years, 8 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