> For the complete documentation index, see [llms.txt](https://bitmerse.gitbook.io/wiser-product-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitmerse.gitbook.io/wiser-product-manual/wireless-connectivity.md).

# Wireless Connectivity

### Pairing WiSer Devices <a href="#toc150171924" id="toc150171924"></a>

WiSer devices are designed to work seamlessly together.

**For WS-UT-BM/EN variant,** establish a wireless connection between WiSer-USB and WiSer-TTL devices, follow these steps:

1. Ensure that both WiSer-USB and WiSer-TTL devices are powered on.
2. The devices will automatically pair. To confirm they are paired, press ‘Find Pair’ button on WiSer-USB device which turns ON the CONN LED for 5 seconds.

**For WS-UU-EN variant,** establish connection between 2 WiSer-USB devices, follow these steps:

1. Ensure that both WiSer-USB devices are powered on.
2. The devices will automatically pair. To confirm they are paired, press ‘Find Pair’ button on either of WiSer-USB devices which turns ON the CONN LED for 5 seconds.

### Connecting to Embedded Devices <a href="#toc150171925" id="toc150171925"></a>

1. With the WiSer devices paired, configure your PC's terminal software or custom software to use the virtual COM port created by WiSer.
2. **For the WS-UT-BM/EN variant,** connect the other end of WiSer-TTL to the serial interface of your embedded device.
3. **In the case of the WS-UU-EN variant,** connect another WiSer-USB device to another host system. This allows you to establish a wireless serial connection between two host systems.
4. Begin your serial communication as usual. The WiSer devices will manage the wireless connection.

### Troubleshooting Wireless Connections <a href="#toc150171926" id="toc150171926"></a>

If you encounter issues with wireless connections, please refer to the Troubleshooting section in the Appendix for solutions to common problems.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bitmerse.gitbook.io/wiser-product-manual/wireless-connectivity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
