I’m trying to get the Murata NTN kit up and running, but I’m having issues sending AT commands to the module.
The module receives serial input, but only infrequently. It seems like the module is only responsive every ±second, for a duration of a few milliseconds. In between these responsive windows, the module is unresponsive.
I’ve tried different baud rates, connecting 1 or both serial cables to power. Nothing seems to change this behavior. Below an impression of the speed:
With some patience I did manage to send some AT commands. The following commands returned ERRORs:
AT%GETCFG="SIM_INIT_SELECT_POLICY"
ERROR
AT%GETCFG="SIM_INIT_SELECT_POLICY","0"
ERROR
Any thoughts?