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

From WikiTI
Jump to: navigation, search
(Reoganized again.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
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.
 
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.11'''.
+
The current release version of usb8x is '''0.12'''.
  
 
----
 
----
Line 7: Line 7:
 
===New Users===
 
===New Users===
 
* [http://sourceforge.net/project/showfiles.php?group_id=143628 Download]
 
* [http://sourceforge.net/project/showfiles.php?group_id=143628 Download]
* [[/Install|Installation Instructions]]
+
* [[83Plus:Software:usb8x/Install|Installation Instructions]]
* [[/FAQ|Frequently Asked Questions]]
+
* [[83Plus:Software:usb8x/FAQ|Frequently Asked Questions]]
* [[/Supported_Devices|Supported Devices]]
+
* [[83Plus:Software:usb8x/Supported_Devices|Supported Devices]]
* [[/Changelog|Version History]]
+
* [[83Plus:Software:usb8x/Changelog|Version History]]
  
  
 
===Programmer Documentation===
 
===Programmer Documentation===
* [[/Build|Build Instructions]]
+
* [[83Plus:Software:usb8x/Build|Build Instructions]]
* [[/Asm_Interface|Assembly language interface]]
+
* [[83Plus:Software:usb8x/Asm_Interface|Assembly language interface]]
* [[/BASIC_Interface|BASIC language interface]]
+
* [[83Plus:Software:usb8x/BASIC_Interface|BASIC language interface]]
* [[/Sample_Code|Code Examples]]
+
* [[83Plus:Software:usb8x/Sample_Code|Code Examples]]
* [[/Error_Codes|Error codes]]
+
* [[83Plus:Software:usb8x/Error_Codes|Error codes]]
  
 
[[Category:83Plus:Software|usb8x]]
 
[[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