83Plus:Software:usb8x/Asm Interface/Silver

From WikiTI
Revision as of 13:23, 27 August 2006 by Dan Englender (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SilverLink driver proves support for the TI-Graphlink SilverLink cable. This cable can be used to communicate with another calculator and to create, for example, a daisy-chain network of TI-84 Plus calculators.

The SilverLink driver is initialized via SilverInit. This entry point initializes both the driver and the keyboard hardware, so you may want to check to see if a device is connected via [[../IsDeviceConnected|IsDeviceConnected]] first.

After initializing the keyboard, use SilverSend to send data to the connected device. Incoming data will be reported to the callback function specified during U_CALL_INIT.

Entry Points

SilverInit Initialize the SilverLink driver and hardware
SilverSend Send data via the SilverLink to the attached device