When the modem starts, it sends ^SYSSTART
on the AT channel, along with another message I can’t recall right now. My issue is that these messages are sent over the serial port, which is disrupting buffers in the firmware of a connected board.
Since I can’t modify the legacy firmware from the board, I need to know if there’s a way to deactivate these initial modem messages from the modem. I’ve tried to start my oem_app.bin
before these messages, but the minimum autostart delay of 2 seconds makes this impossible. Is there an AT command that can solve this?