# USB C Console

After plugging in a USB C cable to the Jetson carrier, a file system is mounted and a serial port is presented the the host PC.

The L4T-README drive contains text files with information on using the serial port and connecting WiFi.

## Accessing the Jetson console over the USB C

After connecting, find the serial port number in your OS of choice. Using a serial terminal program, connect to that port using baud rate 115200.

You will need to login with your username and password. If you followed the flashing guide in these docs, it will be username "jetson" password "jetson".

## Connecting to WiFi using the USB C port

If you installed an M.2 WiFi module or a USB WiFi dongle, you can use nmcli to connect using the command line.

To scan for available networks:

```
sudo nmcli device wifi
```

To connect to a network

```
sudo nmcli device wifi connect 'SSID' password 'PASSWORD'
```

### Creating a WiFi hotspot using the command line

{% embed url="<https://gist.github.com/narate/d3f001c97e1c981a59f94cd76f041140>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkelectron.com/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier-v3/micro-usb-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
