TS-4100 console: Difference between revisions

From embeddedTS Manuals
(Added driver link)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The TS-4100 offers two options for interfacing with the [[#UARTs|console UART]]. A TTL interface present on the [[#TS-SOCKET|TS-SOCKET headers]], or a direct USB serial interface via the [[#P2_micro_USB_B|micro USB B port labeled "P2"]]. This USB serial interface is provided by the [[#Supervisory_Microcontroller|on-board supervisory microcontroller]] which behaves as a USB serial device. Either port can safely be used without causing any issues or data corruption; the RX path to the CPU is gated to prevent drive conflicts on either source.
The TS-4100 offers two options for interfacing with the [[#UARTs|console UART]]. A TTL interface present on the [[#TS-SOCKET|TS-SOCKET headers]], or a direct USB serial interface via the [[:File:micro-USB-AB-port-labeled-P2-edited.png|micro USB B port labeled "P2"]]. This USB serial interface is provided by the [[#Supervisory_Microcontroller|on-board supervisory microcontroller]] which behaves as a USB serial device. Either port can safely be used without causing any issues or data corruption; the RX path to the CPU is gated to prevent drive conflicts on either source.


The USB serial device is CP210x compatible. This means most operating systems will support it out of the box. However, if not, drivers are available directly from [https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers Silicon Labs].
The USB serial device is CP210x compatible. This means most operating systems will support it out of the box. However, if not, drivers are available directly from [https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers Silicon Labs].

Latest revision as of 12:07, 7 May 2020

The TS-4100 offers two options for interfacing with the console UART. A TTL interface present on the TS-SOCKET headers, or a direct USB serial interface via the micro USB B port labeled "P2". This USB serial interface is provided by the on-board supervisory microcontroller which behaves as a USB serial device. Either port can safely be used without causing any issues or data corruption; the RX path to the CPU is gated to prevent drive conflicts on either source.

The USB serial device is CP210x compatible. This means most operating systems will support it out of the box. However, if not, drivers are available directly from Silicon Labs.