[ESP32] CAN bus and MOD bus master RTU.
Hello.
-
Are there support or plans to support CAN bus on ESP32? I see that there are a implementation for pyboard https://docs.micropython.org/en/latest/library/pyb.CAN.html - is that a similar implementation on the ESP32?
-
And about the MOD bus master RTU on micropython?
I think that, differently of CAN bus, MOD bus implementation is not a microcontroller dependent, just works over UART, is that correct?
I not found a implementation for the modbus master RTU in micropython libs and so on, anyone know if are there a third lib for that?
Thank you so much.
MicroPython CAN API
There has been a request to create a CAN API for adding CAN support for MCU's. The STM32 and the ESP32 are the 2 MCU's that have CAN support. I have become pretty familiar with the ESP32 side of things and if there is someone that is willing to spear head the STM32 side of things we can get CAN support added to MicroPython for the ESP32.