Scanning Devices Inc.
Sensors, Instruments and Controls
Auto-Identification Systems and Integration
111 Terrace Hall Avenue
Burlington, Massachusetts (USA) 01803
1-781-272-5135
FAX: 1-781-272-4856
US Eastern Time GMT - 5:00
Email us: mail@scanningdevices.com


iConnection and MagStripe Extensions for Satellite Forms

Scanning Devices Extensions to Intellisync MobileApp Designer (formerly Satellite Forms) allow you to integrate iButton and MagStripe media into form- and relational database-applications quickly and easily.

Extensions are called from Visual Basic-like scripts, allowing you to read and write iButtons or read MagStripe Cards right from your Satellite Forms project.

SFE-ICN iConnection Extensions for Satellite Forms

What You Can Do

  • Read iButton Serial Number
  • Read iButton Data at a page you specify
  • Write/save data to the iButton page you specify
  • Obtain reader idenification

Sample Scripts

To read an iButton Serial Number and display it on the Palm Screen:

Serial_Number = ReadButtonID()

That's all! Serial_Number is the identifer for the field where you want to display the data. Trigger the script with a button. When the user push the button, your application reads the serial number and displays it.

To write data to iButton page:

Result = WritePage(2,"Data to Write to page 2")

Just as simple! Result reports success or failure of the WritePage operation.

Photo of iConnection, Palm, iButtons

iConnection 3305m, Palm Tungsten /T3, iButtons

What's included in the extension

  • Extension Palm implementation - a .prc file
  • Descriptor - a.inf file
  • Sample Project full of examples.
  • Documentation

Please Note: The iConnection extension does not include the Satellite Forms product nor does it include a Satellite Forms run-time or redistribution kit.

What else you need

  • Satellite Forms - Get all the facts from Intellisync.
  • Scanning Devices iConnection and Probe - details here.
  • iButtons - See the models available from Scanning Devices.
  • Your Palm

Order Number: SFE-ICN
License Price: $250.00
Order Form


SFE-MSR MagStripe Extensions for Satellite Forms

What You Can Do

Include Magstripe Data in your applications

  • Read Magstripes, both two and three-track cards
  • Extract a single field from cards
  • Check that the card reader is attached
  • Obtain cardreader idenification
  • Save data in Satellite Forms Tables
  • Include data in hot-sync to PC

Scanning Devices 2500U Magnetic Stripe Reader with Palm Tungsten T
Scanning Devices Magnetic Stripe 2500U Series Reader with Palm Tungsten T

Sample Script

Here is a Satellite Forms Script that reads a three-track card:


QM="?"
ptr = 1
data = GetMagStripeData("format")
Length = Len(Data)
While ptr < Length
if Mid(data,ptr,1) = QM Then Exit While
T1 = T1 & Mid(data,ptr,1)
ptr = ptr + 1
Wend
ptr = ptr + 3
While ptr < Length
if Mid(data,ptr,1) = QM Then Exit While
T2 = T2 & Mid(data,ptr,1)
ptr = ptr +1
Wend
ptr = ptr + 3
While ptr < Length
if Mid(data,ptr,1) = QM Then Exit While
T3 = T3 & Mid(data,ptr,1)
ptr = ptr +1
Wend

That's all! GetMagStripeData reads the card and returns the data. The statements which follows organize it by track. Trigger the script with a button. The user taps the button and swipes the card to read it. The script displays it in fields T1, T2 and T3.


Reading a sports club membership card with Palm Tungsten T and 2512U Magstripe Reader


Reading a membership card with Palm m500 and 2512U Magstripe Reader

What's included in the extension

  • Extension Palm implementation - a .prc file
  • Descriptor - a.inf file
  • Sample Project full of examples.
  • Documentation

Please Note: The MagStripe extension does not include the Satellite Forms product nor does it include a Satellite Forms run-time or redistribution kit.

What else you need

  • Satellite Forms - Get all the facts from Intellisync.
  • Scanning Devices Series 2500U Magstripe Reader - details here.
  • Your Palm

Order Number: SFE-MSR
License Price: $250.00
Order Form


111 Terrace Hall Avenue
Burlington, Massachusetts (USA) 01803
1-781-272-5135
FAX: 1-781-272-4856
Email us: mail@scanningdevices.com

Scanning Devices Inc.

Home Page | Application Stories | Product Information | News | Trade Shows

 

CopyrightÓ 2004 Scanning Devices Inc