eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

Does ftdi device work only as a master in SPI? #325

Closed romdos closed 2 years ago

romdos commented 2 years ago

As I undrestand, ftdi device works only as a master in SPI and communicates with some configurable slave (-s). Is there a support in pyftdi lib when ftdi device can work as a slave?

eblot commented 2 years ago

It is not possible, see #324 for details.