Skip to main content
This topic has been closed for replies.

6 replies

Ozone
Principal
January 19, 2021

There is nothing to read from this device.

You can use SPI, and ignore the Rx values.

Half duplex basically means sequentially alternating transmission direction. In difference to full duplex, were both appens at the same time.

Both is not relevant for your device, because it is write-only.

Albatross
AlbatrossAuthor
Associate III
January 19, 2021

so i need use fullduplex definition or half duplex or transmit master only ?

SaB0tAgE
Associate
January 19, 2021

whatever you choose, it will be the same for the application.

Albatross
AlbatrossAuthor
Associate III
January 19, 2021

so why you wrote "Both is not relevant for your device"

TDK
January 19, 2021

Transmit only master makes the most sense, since that's all you need it to do.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Albatross
AlbatrossAuthor
Associate III
January 19, 2021

ok thanks