LIN_master_portable_Arduino 1.4
Arduino library for Local Interconnect Network master node emulation
Loading...
Searching...
No Matches
LIN_master_HardwareSerial_ESP32.cpp File Reference

LIN master emulation library using a HardwareSerial interface of ESP32. More...

Go to the source code of this file.

Detailed Description

LIN master emulation library using a HardwareSerial interface of ESP32.

This library provides a master node emulation for a LIN bus via a HardwareSerial interface of ESP32, optionally via RS485. For an explanation of the LIN bus and protocol e.g. see https://en.wikipedia.org/wiki/Local_Interconnect_Network

Note
Serial.available() has >1ms delay, likely due to 2nd Core implementation, see https://esp32.com/viewtopic.php?p=65158. Use BREAK duration instead
Author
Georg Icking-Konert

Definition in file LIN_master_HardwareSerial_ESP32.cpp.