New answers tagged array
5
votes
Serialise a struct containing a flexible array
Your example code is serializing the data structure into a memory
buffer, only to later send it through the serial port. I suggest you do
away with the memory buffer, and instead just send the ...
Top 50 recent answers are included
Related Tags
array × 279arduino-uno × 50
c++ × 43
serial × 38
programming × 38
string × 32
pointer × 28
arduino-ide × 18
c × 17
variables × 14
arduino-mega × 13
struct × 12
esp8266 × 9
memory-usage × 9
memory × 8
functions × 8
arduino-nano × 7
library × 7
progmem × 6
esp32 × 5
softwareserial × 5
arduino-due × 5
teensy × 5
loop × 5
data-type × 5