Category: Tutorials

Modbus RTU Server

Introduction This tutorial will guide you through setting up a Modbus RTU server on a CONTROLLINO MICRO. We’ll be using a modified version of an

Read More »

Modbus TCP Server

Introduction This tutorial will guide you through setting up a Modbus TCP server on a CONTROLLINO MICRO. We’ll be using a modified version of an

Read More »

CAN Sender

Introduction This tutorial will guide you through using the CAN (Controller Area Network) port on the CONTROLLINO MICRO to send data. We’ll use example code

Read More »

CAN Receiver

Introduction In this tutorial, we’ll learn how to use the CAN (Controller Area Network) port on the CONTROLLINO MICRO to receive data. CAN is a

Read More »

Interrupts

Intro Interrupts are useful for automatically executing things in microcontroller programs and can solve timing problems. Good tasks for using an interrupt may include reading

Read More »