LC29H(BS) not saving parameters

When I first load QGNSS application and connect to module via serial port, I dont get fix to any satelite, no information is shown in Data dock. Applying several commands seem to fix that. I get good span of satelites and 3D fix. At the end of that I send $PQTMSAVEPAR*5A

But as soon as I disconnect the device and connect again, same thing happens. I need to apply commands again to enable bunch of messages and infos.

Is it the issue with the firmware that it doesnt apply the changes when I run save command ?

W->
   HEX: 24 50 51 54 4d 53 41 56 45 50 41 52 2a 35 41 0d 0a
String: $PQTMSAVEPAR*5A

$PAIR012*39
$PQTMSAVEPAR,OK*72

Firmware:

W->
   HEX: 24 50 51 54 4d 56 45 52 4e 4f 2a 35 38 0d 0a
String: $PQTMVERNO*58

$PAIR012*39
$PQTMVERNO,LC29HBSNR11A01S,2023/02/13,10:14:06*27

Describe wich one…perhaps the module is into sleep_mode.
The ```
$PAIR012*39 is :System can wake up by GNSS_DATA_IN_EINT Pin after entering sleep

Try

$PAIR514*3A  Clear the current configuration and restore the default settings set via $PAIR
$PAIR512*3C  clear all data
$PQTMRESTOREPAR*13 # restore $PQTM params to default
$PAIR382,1*2E  loock sleep mode
$PQTMSAVEPAR*5A
$PAIR023*3B   reboot  module

These ones I used:

I will try suggested commands..

$PAIR514*3A  Clear the current configuration and restore the default settings set via $PAIR
$PAIR512*3C  clear all data
$PQTMRESTOREPAR*13 # restore $PQTM params to default
$PAIR382,1*2E  loock sleep mode
$PQTMSAVEPAR*5A
$PAIR023*3B   reboot  module

I applied these before setting my configuration and saving parameters, but after reset its the same. It lost whole config..

The BS version has a customized fw different from the AA version.
It output, IMHO (I do not have BS), only rtcm by default, no nmea sentences…
Here : https://files.waveshare.com/wiki/LC29H(XX)-GPS-RTK-HAT/Quectel_LC29H(BS)_GNSS_Protocol_Specification_V1.0.pdf
see response , if done it is like $PAIR001,432,0*3E the zero 0 mean done.