# Broadcast Mode (Optional)

### **Enable Broadcast Mode (Optional)**

If you have multiple WiSer-enabled devices and want to establish wireless serial communication between them without physical cables, you can enable the Broadcast Mode. This mode allows seamless serial communication between multiple devices in your environment.

<figure><img src="/files/7lHy3Q6QpKqN2DKeNpcg" alt=""><figcaption></figcaption></figure>

#### **How to Enable**

* To enable the broadcast mode in WiSer devices, read the firmware's [README.md](https://github.com/bitmerse/WiSer/blob/main/src/README.md) file.&#x20;

#### **Using Broadcast Mode**

* Once enabled, each host system or embedded device connected to a WiSer-USB or WiSer-TTL device gains the ability to broadcast data to all other connected devices.

**Note:**&#x20;

* Enabling Broadcast mode disables internal encryption in WiSer devices. But, you can always add encryption and device filtration in your application code.
* By default, WiSer devices are equipped with firmware that includes pre-paired devices, facilitating secure point-to-point wireless serial communication with data encryption enabled. Please be aware that the Broadcast mode is disabled by default.


---

# 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://bitmerse.gitbook.io/wiser-quick-start-guide/broadcast-mode-optional.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.
