I there any way to send other data types? I want to send with my Espruino Pico float (it's bytes), but it's always sending as text.
I know how to handle the text, it's just that would take less bytes to send if it were always 8 bytes from it's float data type.
@dh. started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I there any way to send other data types? I want to send with my Espruino Pico float (it's bytes), but it's always sending as text.
I know how to handle the text, it's just that would take less bytes to send if it were always 8 bytes from it's float data type.