Vladislav

Results 42 issues of Vladislav

I used this library with the `ESP32-S3` and `SN65HVD230D`. To define the `CTX` and `CRX` pins, I did this: > CAN0.setCANPins(GPIO_NUM_3, GPIO_NUM_4); The code worked perfectly. This didn't work for...

I have two devices connected by a `CAN` line, based on `SN65HVD230DR`. One device, let's call it `device B`, transmits `CORRECTION_ID` to the `CAN` bus, `device B` also receives data...