TStik2
API: TstikApi1.15c.jar (200 KBytes)
Prebuilt
for TINIOS 1.15. with support for TStik2 new features.
Minor update to the 1.15b version
March 11 2005
including new ConfigRegister class for TStik2 (also works with TStik1).
There are significant changes to the ConfigRegister class, please read the javaodcs
before using it. This new static class is a major improvement over the prior
version.
Please read the javadocs before using this package!
TStik2
API Example: HelloConfigRegister1.15b.jar (60
KBytes)
Prebuilt for TINIOS 1.15. with support for TStik2 new features.
Demonstrates all features of the Configuration Register
Also see the HelloConfigRegister app note
March 11 2005
|
Version 1.15c has more reliable detection of TStik1 vs TStik2,
especially when running on TStik1. Recommended for all users. Tested with TStik2
and TStik1.
Download this file and copy it into a convenient
place such as \javalib\tstik and rename
it
(if
you
wish)
to
TstikApi.jar.
Assuming you have renamed the jar to "TstikApi.jar", you can extract the javadocs with
the command lines:
jar -xvf TstikApi.jar doc/
jar xf TstikApi.jar tini_dep_systronix.txt
jar xf TstikApi.jar getdocs.bat
The first line extracts the javadocs into a doc subfolder.
The second line extracts the TINI build dependency file which will make your life easier.
You can also run the batch file "getdocs.bat" which is included in the JAR.
Now you can read the javadocs and start using the APIs. All source code, both
Java and assembly code native methods, with Ant build files,
is included. For TINI 1.15 you don't need to build anything, just use the dependencies
file included and use the prebuilt .tlib native library files. This release assumes
you are using Ant and have other java tools and System environment variables
set up as we recommend on our Java
Tools Setup pages. You can run the Ant build.xml file to rebuild the native
libraries for future versions of the TINIOS. |