Home  Contents

Introduction

Bis Core4 Lua Event System

DESCRIPTION

The BiS module provides event handling support for the Teratronik BiS protocol.

Call bis.newmaster() or bis.newslave() to create a new event handler.

Configure using bis:setAddress(), bis:address(), bis:setSeqNr(), bis:seqNr().

Data is transmitted using bis:send().

Received BiS frames are reported via callbacks to bis.receive() or bis.receiveMTD16() respectively.