Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
khalid
Level 1
Level 1
First question asked Welcome!

I am using BLE module with the GATT mode and i am asking how can i change the packet size more than the default where it is only 20 byte per packet while i used " p_cyspp_set_packetization "

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

You can use the API Command  ".CYSPPSK" to set the length to what you want. For example,  ".CYSPPSK, L=20" will set the length to 32 bytes. Please remember you need to add a carriage return at then end of the command.

Owen_Zhang123_0-1625709569868.png

 

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

You can use the API Command  ".CYSPPSK" to set the length to what you want. For example,  ".CYSPPSK, L=20" will set the length to 32 bytes. Please remember you need to add a carriage return at then end of the command.

Owen_Zhang123_0-1625709569868.png

 

0 Likes