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

From WikiTI
Jump to: navigation, search
m (changed to slash links)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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 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.
+
usb8x is a free, open source application for the TI-84 Plus calculators.  It combines a low level driver to support  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 [http://sourceforge.net/projects/usb8x Sourceforge Page]. 
+
The current release version of usb8x is '''0.12'''.
  
Additional Documentation:
+
----
* List of [[83Plus:Software:usb8x/Supported_Devices|Supported Devices]]
+
 
* [[83Plus:Software:usb8x/Changelog|Changelog]]
+
===New Users===
* [[83Plus:Software:usb8x:Asm_Interface|Assembly language interface]]
+
* [http://sourceforge.net/project/showfiles.php?group_id=143628 Download]
* [[83Plus:Software:usb8x:BASIC_Interface|BASIC langauage interface]]
+
* [[83Plus:Software:usb8x/Install|Installation Instructions]]
 +
* [[83Plus:Software:usb8x/FAQ|Frequently Asked Questions]]
 +
* [[83Plus:Software:usb8x/Supported_Devices|Supported Devices]]
 +
* [[83Plus:Software:usb8x/Changelog|Version History]]
 +
 
 +
 
 +
===Programmer Documentation===
 +
* [[83Plus:Software:usb8x/Build|Build Instructions]]
 +
* [[83Plus:Software:usb8x/Asm_Interface|Assembly language interface]]
 +
* [[83Plus:Software:usb8x/BASIC_Interface|BASIC language interface]]
 +
* [[83Plus:Software:usb8x/Sample_Code|Code Examples]]
 +
* [[83Plus:Software:usb8x/Error_Codes|Error codes]]
 +
 
 +
[[Category:83Plus:Software|usb8x]]

Latest revision as of 19:39, 17 February 2009

usb8x is a free, open source application for the TI-84 Plus calculators. It combines a low level driver to support 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.12.


New Users


Programmer Documentation