Introduction

The Kvaser t scripting language is an event-driven language that allows the user to take control of the embedded processor in their device and make use of many internal routines that perform common or specific functions related to the associated hardware. Kvaser’s t language—or ‘t’ if you will—can be a great entry point for those less familiar with programming while remaining a simple language to learn for more experienced coders thanks to t’s C-like design. And since t scripts are able to interrupt and impact the bus at a hardware level, very little code can make a great impact!

Before beginning this course, make sure you have:

  1. Installed the latest Kvaser drivers.
  2. Plugged in your t-compatible device.
  3. Used the Kvaser Firmware Update Tool to ensure the latest firmware is on your device.
  4. Install the Kvaser SDK from kvaser.com/downloads as TRX, the IDE (integrated development environment) for developing t programs is included in the SDK download.
Lesson tags: t script, TRX

Introduction Quiz

Please sign up for the course before taking this quiz.
  1. 1. I have installed the latest drivers and downloaded the latest version of the Kvaser SDK.

Back to: <em>t</em> Scripting > Getting Started