# MDB

Let's make it simple: MDB stands for **Multi-Drop Bus**. It's a standard way for different parts of a vending machine to talk to each other. Think of it as a common language that all the components understand.

**Key points about MDB:**

1. **Standard Communication**\
   MDB ensures that parts like coin acceptors, card readers, and the vending machine controller can communicate smoothly.
2. **Single Cable for Power and Data**\
   MDB cables carry both power and data, making setup easier with fewer cables.
3. **Master-Slave Setup**\
   The vending machine controller (master) talks to the other devices (slaves) to get information and send commands.
4. **Polling Mechanism**\
   The controller checks each device to see if there's any new data as coins inserted or cards swiped.

**Why MDB is important:**

* **Compatibility**: Different parts from various manufacturers can work together.
* **Reliability**: Provides a dependable way for devices to exchange data.
* **Simplicity**: Fewer cables and easier installation.

The MDB protocol is commonly used for managing payments, selecting products, and integrating various payment options.

If you have any questions, feel free to reach out to our support team at **<support@smvend.io>**. We're here to help!


---

# 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://help.smvend.io/equipment-installation/coffee-machines/mdb.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.
