hey all,
im new to this programing stuff
consider a buffer of size 2048bytes. the data i need to send is more than 2048 bytesof the of buffer. i have a func SendDataReq (u8* pu8_TxBuffPtr,u16 u16_NoBytes);. how do i send this data using this func

Recommended Answers

All 3 Replies

>how do i send this data using this func
Either change the size of your buffer, or call the function multiple times. It really depends on how SendDataReq works.

>how do i send this data using this func
Either change the size of your buffer, or call the function multiple times. It really depends on how SendDataReq works.

hi thanks for the reply,
but the buffer remain constant. how do i call it repeatedly the same func.

>how do i call it repeatedly the same func.
The documentation will tell you how to do it if that capability is supported. If it's not supported, you're SOL.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.