GitXplorerGitXplorer
p

RhoElements_TSL_UHF1119

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2daec008afe63fb524b05b0cd867bc8a92bd2b2f

added battery and inventory messages. Still just a Proof of Concept

ppfmaggi committed 11 years ago
Unverified
d40b4b5a33925fe758401f968f1da938605977b4

add some notes on how to test in Chrome

ppfmaggi committed 11 years ago
Unverified
525d592122c56a96dcd78b7cd8e9935474984fea

First version, simply ask for version and parse answer

ppfmaggi committed 11 years ago
Unverified
834e4ea606aedcc9d23db205b1ac8b1f33e17bf7

Starting point

ppfmaggi committed 11 years ago

README

The README file for this repository.

Javascript library for RhoElements v2 and v4 to talk with TSL's UHF 1119 accessory

testing is possible in Chrome.

Open the sample page and the inspector on the console tab. Once the comm.polyfiller printed the log for the comm.open call, you can type the command:

comm.polyfire("CS: .vr\nMF: TSL UK Ltd.\nUS: 1119-01-003002\nPV: 2.1.0\nUF: 3.3.0\nUB: 1.3.0\nRS: 116-ET-012813\nRF: 2.6.0\nRB: 1.2.0\nOK:\n");

this will execute the callback passing the given string as the argument.