Hi Moha,
Here is the script I used to set up the shared slave with SensRcore:
C [42][00][20][00] // Assign Shared Channel Slave on ANT channel 0 on network 0
C [51][00][31][00][01][07] // Assign Channel ID 0, Dev. Num = 49, Dev. Type = 1, Trans. Type = 7
C [43][00][00][20] // Set ANT Channel 0 Message Period to 4.00 Hz
C [45][00][42] // Set ANT Channel 0 RF Frequency to 2466 MHz
C [60][00][03] // Set ANT Channel 0 Tx Power to 0 dB
C [90][00][01][F0][01][01] // Set ANT Channel 0 Input Mask to Digital, using input mask F0 with Crossover Mode Enabled
C [91][00][00][40][0F][02][00] // Configuring Data Channel 0 on ANT Channel 0 as Digital Input using pin(s) 0F reporting on 50.00% of messages
C [95][00][00][0F][0F] // Set ANT Channel 0 Shared Address to Manual Address 3855
C [4B][00] // Open ANT channel 0
Note that you can change your shared address to anything you want, I just used 0xF0F.
Make sure that the dip switches on your battery board are configured in SensRcore mode, and ensure that the ANTware channel parameters are identical to the slave channel parameters.
Set your ANTware device's broadcast message to whatever you desire it to be, I chose this:
00-00-40-00-00-00-0F-01
and made sure the Increment last byte every message checkbox was checked so that I could see when the slave was receiving the messages.
You can play around with the shared address field (i.e. the first two bytes of the broadcast message) as you want. Changing the first two bytes of the broadcast message allows the slave device to send the message it has to the master, you will notice that the master displays the BROADCAST_DATA_0x4E event when the shared address is set to match the slave's.
I trust this answers your question.
As for the second question, I need more information in order to help you. Did you try to send burst data in the shared channel? If you could give me more information I will do my best to answer your question.
Kassandra