BASIC Scripting
The Avisaro Base Module has a build in BASIC programming language. It is designed to program small applications such as data logger or device server functionality. It is not designed to write large, complex applications.
The BASIC program is stored in the internal flash of the Avisaro Module – thus it needs to be loaded only once. By setting the autorun flag (see ) the BASIC program starts automatically upon power up. It is a simple yet very powerful feature.
All "Ready-to-use Applications" are written in BASIC scripting.
BASIC Scripting is documented in its own manual (
here).