how to send AT command to mdot

Home Forums mDot/xDot how to send AT command to mdot

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11396
    sabrine
    Participant

    Hello,

    I am getting started with mdot, following:

    Getting Started with LoRa Conduit AEP (LoRa Configuration)

    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!

    • This topic was modified 8 years, 3 months ago by sabrine.
    #11398
    Jason Reiss
    Keymaster

    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);
    
    • This reply was modified 8 years, 3 months ago by Jason Reiss.
    • This reply was modified 8 years, 3 months ago by Jason Reiss.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.