Difference between revisions of "83Plus:Software:usb8x"

From WikiTI
Jump to: navigation, search
(link to code examples)
m (reorder)
Line 4: Line 4:
  
 
Additional Documentation:
 
Additional Documentation:
* [[/Supported_Devices|Supported Devices]]
 
* [[/Changelog|Changelog]]
 
 
* [[/Asm_Interface|Assembly language interface]]
 
* [[/Asm_Interface|Assembly language interface]]
 
* [[/BASIC_Interface|BASIC langauage interface]]
 
* [[/BASIC_Interface|BASIC langauage interface]]
* [[/Error_Codes|Error codes]]
 
 
* [[/Sample_Code|Code Examples]]
 
* [[/Sample_Code|Code Examples]]
 +
* [[/Supported_Devices|Supported Devices]]
 +
* [[/Changelog|Changelog]]
 +
* [[/Error_Codes|Error codes]]
  
 
[[Category:83Plus:Software|usb8x]]
 
[[Category:83Plus:Software|usb8x]]

Revision as of 22:23, 17 July 2006

usb8x is an application for the TI-84 Plus calculators. It combines a low level driver to support with the calculator's USB port with a limited selection of device drivers. It is designed with two goals in mind: First, to allow programmers to create external applications/programs that use USB devices without any knowledge of the low-level workings of those devices or the USB port itself. Second, to allow programmers to create additional drivers for other USB hardware not currently supported natively in usb8x.

The current release version of usb8x is 0.09. Download it from its Sourceforge Page.

Additional Documentation: