This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

AT Command Monitor -> Segger RTT

Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger?  Would be nice not to have to hook up a serial connection.

Parents
  • Hi,

     

    Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger?

     No.

    The at_host library, which is what reads the UART and sends the AT command to the modem, only supports UART.

    But, you should be able to create something similar yourself, using RTT instead of UART.

    I have also informed our developers about your feature request.

    Best regards,

    Didrik

Reply
  • Hi,

     

    Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger?

     No.

    The at_host library, which is what reads the UART and sends the AT command to the modem, only supports UART.

    But, you should be able to create something similar yourself, using RTT instead of UART.

    I have also informed our developers about your feature request.

    Best regards,

    Didrik

Children
  • Appreciate the laser focused response!   Just so you know I'm just trying to be lazy and minimize the number of cables I need to drag around the office.  Would be so cool to just use the RTT interface (maybe? I'm not an RTT expert, but I see it has virtual terminals which might be useful).  

    But you're right, in production, if I ever needed my customer to hack in a command, I wouldn't expect them to have a segger.  I'm just trying to reduce my dev pain :)

Related