It looks it is 16 bytes. But Syscomwrite can write more then 16. And Syscomrecieve can do more then 16. So why recieves it 16 byte at a time and not everythink ones
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use Syscom Library, But it recieves everytime max 16 bytes. Why not more at once ? If is send 23 byte. I recieve 16 and 7 bytes ..
How large is you're receive buffer?
I quess it is an array of 16 bytes.
It looks it is 16 bytes. But Syscomwrite can write more then 16. And Syscomrecieve can do more then 16. So why recieves it 16 byte at a time and not everythink ones
What is you're pbyBuffer and ulSize in SysComRead?
i try diverent values. Somehowe its limit is 16
ulSize?
cNoOfByteRec
Ive download an example from the store. Same problem