how to send AT command to mdot
- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: Serial
Hello,
I am getting started with mdot, following:
trying to setting it up, following the tutorial:
1. Establish a serial connection to the mDot Connect your PC to the DB9 serial connector on the UDK
-> do I have to use RS22 connector, can’t I use a USB virtual serial port to send commands?
Thanks in advance for your help!
You can use the virtual serial port but you will lose the debug output.
To change the ports you can build a modified AT Command firmware.
https://developer.mbed.org/teams/MultiTech/code/mDot_AT_firmware/?platform=MTS-mDot-F411
Change main.cpp as follows
Serial debug(XBEE_DOUT, XBEE_DIN); mts::MTSSerial serial(USBTX, USBRX, 512, 512);