Hi,
I was wondering if it's possible to use mpremote over UART (later I would love to make it work with RS485), and if so, how?
Alternatively, what would be another possibility to update the scripts remotely? I won't have access to the USB port, only UART (through RS485 converter).
In C++, I accomplished a similar task by running the code from RAM, uploading the binary file to a different location, and then writing the new binary over the current one. Could I do the same here? Or are the scripts somehow protected?
Thanks
I was wondering if it's possible to use mpremote over UART (later I would love to make it work with RS485), and if so, how?
Alternatively, what would be another possibility to update the scripts remotely? I won't have access to the USB port, only UART (through RS485 converter).
In C++, I accomplished a similar task by running the code from RAM, uploading the binary file to a different location, and then writing the new binary over the current one. Could I do the same here? Or are the scripts somehow protected?
Thanks
Statistics: Posted by SREG_SFR — Mon Jan 15, 2024 12:21 pm