mDot to multiple AEP gateway

Home Forums mDot/xDot mDot to multiple AEP gateway

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15668
    Micheal Le
    Participant

    Hi,

    I just wonder if it is possible to configure a mDot to send signals by using multiple frequency sub-bands at a time. It looks like that I can only configure a mDot to a specific frequency sub-band. Is this possible to configure to multiple frequency sub-bands?

    Thanks

    • This topic was modified 7 years, 5 months ago by Micheal Le.
    #15678
    Mike Fiore
    Blocked

    Michael,

    It’s true that you can currently only set 1 sub band at a time, but you should be able to achieve this by modifying the channel mask. The Dot library has functions to support this:

    
            std::vector<uint16_t> getChannelMask();
     
            int32_t setChannelMask(uint8_t offset, uint16_t mask);
    

    The Dot AT firmware uses these functions to implement the +CHM command. It’s documented in the AT command guide.

    http://www.multitech.com/documents/publications/manuals/s000643.pdf

    Here’s the source of the +CHM command.

    https://developer.mbed.org/teams/MultiTech/code/Dot-AT-Firmware/file/e20116281a78/CommandTerminal/CmdChannelMask.cpp

    Cheers,

    Mike

    #15707
    Micheal Le
    Participant

    Thank you so much

    Regards,
    Michael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.