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

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

Go to the source code of this file.

Detailed Description

LIN master emulation library using a HardwareSerial interface of STM32.

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

Note
Have to use dedicated class due to long latency on baudrate change, see https://github.com/stm32duino/Arduino_Core_STM32/issues/2907
Author
Georg Icking-Konert

Definition in file LIN_master_HardwareSerial_STM32.cpp.