This driver provides a set of APIs to control the ThingMagic M6e Nano RFID reader. The driver is implemented as a Zephyr device driver and provides a set of APIs to control the reader.
The following example shows a command send by the host to the reader. While this is abstracted by the driver, it is important to understand the structure of the command.
The following example shows a command send by the reader back to the host.
The driver provides a set of APIs to control the reader. The following sections describe the APIs provided by the driver.
The driver is initialized by creating a device struct pointing at the thingmagic_m6enano
driver. The device struct is then used to control the reader.