0% found this document useful (0 votes)
20 views2 pages

Connecting Your Windows Laptop To An X8 Node: Rivers

This document provides instructions for connecting Windows, Mac/OSX, and Linux laptops to an X8 machine via USB. The steps are similar across operating systems and involve downloading and installing USB drivers, plugging in the USB cable to establish a connection, and using terminal programs like PuTTY on Windows or screen on Mac/Linux to access the server console. The document notes that the USB driver only needs to be installed once per laptop and that the server must be powered on to see any output in the terminal window.

Uploaded by

Shameer Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views2 pages

Connecting Your Windows Laptop To An X8 Node: Rivers

This document provides instructions for connecting Windows, Mac/OSX, and Linux laptops to an X8 machine via USB. The steps are similar across operating systems and involve downloading and installing USB drivers, plugging in the USB cable to establish a connection, and using terminal programs like PuTTY on Windows or screen on Mac/Linux to access the server console. The document notes that the USB driver only needs to be installed once per laptop and that the server must be powered on to see any output in the terminal window.

Uploaded by

Shameer Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Note:​ You only need to install the drivers once on each laptop you use to connect to an X8

machine.

Connecting your Windows laptop to an X8 node


1. Download and install PuTTY from
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
2. Download the USB driver from
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-d
rivers
1. Right-click the installer and choose Run as administrator and follow the install
prompts.
3. Plug the USB-A cable into your laptop.
4. On the back of the server, plug the other end of the USB-B cable into the node you're
working on.
5. In your Start menu, search for Device Manager.
1. Double-click to open Device Manager.
2. expand the Ports (COM & LPT) section.
3. Look for a device named Silicon Labs CP210x USB to UART Bridge (COM#)
and NOTE the COM number, this will be used in step 6a.
6. Open PuTTY and select the Serial button.
1. Enter the COM# in the Host Name field.
2. In the Speed field, enter 115200.
3. Click Open to open a terminal window.
7. In the terminal window, press Enter.

Note:​ If the server is not powered on, it will appear to connect to your laptop, but nothing will
appear to be there.

Connecting your MAC/OSX laptop to an X8 node


1. Download the USB driver from
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-d
rivers#mac
1. Click Mac OS > Download VCP (832 KB) to download the file.
2. Open the folder. Double-click on the SiLabsUSBDriverDisk.dmg file to mount
the drive. A new folder opens.
3. Double-click the Silicon Labs VCP Driver.pkg file to open an installer, which
guides you through installation.
2. Plug the USB-A cable into your laptop.
3. On the back of the server, plug the other end of the USB-B cable into the node you're
working on.
4. Open a terminal screen
1. Launch Spotlight by pressing Cmd + Space.
2. Type terminal
3. Select the Terminal app.
4. In the Terminal window, enter the command: screen
/dev/tty.SLAB_USBtoUART 115200n8
5. A blank window opens, if nothing happens, hit enter a few times.

Note:​ If the server is not powered on, it will appear to connect to your laptop, but nothing will
appear to be there.
Note:​ You can only connect your laptop to one node at a time. If you get a message like
"Sorry, could not find a PTY," you probably have too many screen sessions running. To
verify this, run: screen -ls. Close the other screen sessions and try again.

Connecting your Linux laptop to an X8 node


1. Download and install the USB driver from
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-d
rivers
2. Plug the USB-A cable into your laptop.
3. On the back of the server, plug the other end of the USB-B cable into the node you're
working on.
4. To access the console, enter either command:
5. minicom -b 115200 -D /dev/ttyUSB0
6. screen /dev/ttyUSB0 115200

Note:​ If the server is not powered on, it will appear to connect to your laptop, but nothing will
appear to be there.

You might also like