* These are Tibbo BASIC/C-programmable devices and their function depends on the loaded app.
We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
OverviewNative C APINode.js API

Setting up the Environment

Let's assume you have downloaded and installed the LTPS SDK into ~/tpsC/.

  • Execute the following:
. ~/tpsC/environment-setup-cortexa8hf-neon-tps-linux-gnueabi

This command means "include the file environment-setup-...eabi from the directory tpsC (at my home dir) into my Bash environment for this console session."

If you don't want to repeat this command each time you open a new console session, please include it into your .bashrc file in your home directory.

OverviewNative C APINode.js API