Difference between revisions of "83Plus:Ports:8A"

From WikiTI
Jump to: navigation, search
(Created page with '8A - USB Input-Enabled Pipes (continued) USB Input-Enabled Pipes (continued) == Synopsis == '''Port Number:…')
 
 
Line 1: Line 1:
 
[[Category:83Plus:Ports:By Address|8A - USB Input-Enabled Pipes (continued)]] [[Category:83Plus:Ports:By Name|USB Input-Enabled Pipes (continued)]]
 
[[Category:83Plus:Ports:By Address|8A - USB Input-Enabled Pipes (continued)]] [[Category:83Plus:Ports:By Name|USB Input-Enabled Pipes (continued)]]
 +
{{84P-Only Port|02}}
 
== Synopsis ==
 
== Synopsis ==
 
'''Port Number:''' 8Ah
 
'''Port Number:''' 8Ah
Line 6: Line 7:
  
 
This port is a bitmap of which pipes in the A8h-AFh range are enabled for input. Similar to [[83Plus:Ports:89|port 89]]
 
This port is a bitmap of which pipes in the A8h-AFh range are enabled for input. Similar to [[83Plus:Ports:89|port 89]]
 
{{84P-Only Port|0A}}
 
  
 
=== Read Values ===
 
=== Read Values ===

Latest revision as of 21:21, 27 October 2011

This port only exists on the the TI-84 Plus and the TI-84 Plus Silver Edition. On the standard TI-83 Plus, it acts as a shadow of port 02. On the TI-83 Plus Silver Edition, this port has no effect.

Synopsis

Port Number: 8Ah

Function: USB Input-Enabled Pipes

This port is a bitmap of which pipes in the A8h-AFh range are enabled for input. Similar to port 89

Read Values

  • Bit 0: Hypothetically, set if pipe 8 is enabled for input.
  • Bit 1: Hypothetically, set if pipe 9 is enabled for input.
  • Bit 2: Hypothetically, set if pipe A is enabled for input.
  • Bit 3: Hypothetically, set if pipe B is enabled for input.
  • Bit 4: Hypothetically, set if pipe C is enabled for input.
  • Bit 5: Hypothetically, set if pipe D is enabled for input.
  • Bit 6: Hypothetically, set if pipe E is enabled for input.
  • Bit 7: Hypothetically, set if pipe F is enabled for input.

Write Values

  • No effect


Comments

I'm not sure anything on this page has actually been tested, but it should be true.