TS-7250-V3 USB Ports: Difference between revisions

From embeddedTS Manuals
(Created page with "The TS-7250-V2 has 2 USB type A host ports. The bottom USB host port can optionally be routed to the #XBEE Header for USB cell modems. <source lang=bash> # Route USB to...")
 
No edit summary
Line 1: Line 1:
The TS-7250-V2 has 2 USB type A host ports.  The bottom USB host port can optionally be routed to the [[#XBEE Header]] for USB cell modems.
The TS-7250-V3 has 2 USB type A host ports.  The bottom USB host port can optionally be routed to the [[#XBEE Header]] for USB cell modems.


<source lang=bash>
<source lang=bash>
# Route USB to XBEE
# Route USB to XBEE
gpioset 2 28=1
gpioset 0 11=1


# Route USB to bottom of J2
# Route USB to bottom of J2 (default)
gpioset 2 28=0
gpioset 0 11=0
</source>
</source>

Revision as of 10:31, 12 July 2021

The TS-7250-V3 has 2 USB type A host ports. The bottom USB host port can optionally be routed to the #XBEE Header for USB cell modems.

# Route USB to XBEE
gpioset 0 11=1

# Route USB to bottom of J2 (default)
gpioset 0 11=0