How do I calculate the total number of bytes in my upload write to a Thingspeak channel
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Barnard Richards
el 16 de Jun. de 2021
Comentada: Barnard Richards
el 18 de Jun. de 2021
my code
int x = ThingSpeak.writeFields(myChannelNumber[ChID], myWriteAPIKey[ChID]);
1 comentario
Vinod
el 16 de Jun. de 2021
ThingSpeak library handles calculation of payload size and formatting it as needed. Could you help me understand the use case for knowing the number of bytes of the upload -- if available, how would you use this information?
Respuesta aceptada
Barnard Richards
el 17 de Jun. de 2021
Más respuestas (0)
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Ver también
Categorías
Más información sobre ThingSpeak en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!