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

From WikiTI
Jump to: navigation, search
(asm/basic dev)
(How do I connect USB devices to my calculator?: oops, b->a)
Line 9: Line 9:
  
 
=== How do I connect USB devices to my calculator? ===
 
=== How do I connect USB devices to my calculator? ===
The TI-84 calculators have a mini-USB port.  This means you can connect devices that have a mini-B plug, such as [http://www.vernier.com/easy/easytemp.html Vernier EasyTempâ„¢], directly.  To connect devices with a standard A or B USB plug (i.e. almost all other USB peripherals), you need to buy an adapter.  The [http://www.goldxproducts.com/showproduct.asp?pid=GXQU GoldX Quick Connect] adapter cable is available in many stores, and this [https://serialio.com//store/product_info.php?cPath=54_61&products_id=141 SERIALiO cable] will also work.
+
The TI-84 calculators have a mini-USB port.  This means you can connect devices that have a mini-A plug, such as [http://www.vernier.com/easy/easytemp.html Vernier EasyTempâ„¢], directly.  To connect devices with a standard A or B USB plug (i.e. almost all other USB peripherals), you need to buy an adapter.  The [http://www.goldxproducts.com/showproduct.asp?pid=GXQU GoldX Quick Connect] adapter cable is available in many stores, and this [https://serialio.com//store/product_info.php?cPath=54_61&products_id=141 SERIALiO cable] will also work.
  
 
=== How do I use usb8x? ===
 
=== How do I use usb8x? ===

Revision as of 19:08, 9 September 2006

If you have a question not answered here, please feel free to ask it on the Discussion Page.

General Questions

With which calculators is usb8x compatible?

usb8x is compatible with the TI-84 Plus and TI-84 Plus Silver Edition calculators. It appears to work best with calculators that have Boot Code 1.02. We're working on improving compatibility with Boot Code 1.00.

With which USB devices is usb8x compatible?

Please check the [[../Supported Devices|Supported Devices]] page for details on device compatibility.

How do I connect USB devices to my calculator?

The TI-84 calculators have a mini-USB port. This means you can connect devices that have a mini-A plug, such as Vernier EasyTempâ„¢, directly. To connect devices with a standard A or B USB plug (i.e. almost all other USB peripherals), you need to buy an adapter. The GoldX Quick Connect adapter cable is available in many stores, and this SERIALiO cable will also work.

How do I use usb8x?

usb8x is a driver and doesn't let you "do" anything by itself. You need to download a program that uses usb8x, such as msd8x or USBTools for usb8x to be useful.


Developer Questions

How do I use usb8x from a BASIC program

usb8x can be accessed from BASIC via the OpenLib( and ExecLib commands. See the usb8x [[../BASIC_Interface|BASIC Documentation]] for more information.

How do I use usb8x from an assembly program

usb8x can be accessed from RAM programs or applications via the U_CALL macro interface. See the usb8x [[../Asm_Interface|Assembly Documentation]] for more information.