How increase DEFAULT_DATA_LENGTH ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How increase DEFAULT_DATA_LENGTH ?

647 Views
LYM
Contributor I
Hi, All.
I try used library of MAC layer 802.15.4 v.1.063
In demo projects (MyApp_Ex05, MyApp_Ex06, MyApp_Ex07, MyApp_Ex08) have limit.

#define DEFAULT_DATA_LENGTH 20

How increase DEFAULT_DATA_LENGTH in 2-3 times ?
Simple change DEFAULT_DATA_LENGTH to 40 or 60 ?
Labels (1)
0 Kudos
1 Reply

277 Views
AmZig
Contributor I
Hello Lym ,
You can easily change data length. The max data length allowed is 125 . So , u can change the value of default data length. For e.g i have used various data length packet for data communication.
#define Default_Data_length 40..it ll work..
 
Best Regards
AmZig
0 Kudos