mraa icon indicating copy to clipboard operation
mraa copied to clipboard

Possible support for Adafruit ft232h on Linux x86 desktop

Open Petross404 opened this issue 2 years ago • 1 comments

Hi,

I tried to use mraa (it's c++ bindings specifically) for controlling my Adafruit FT232H board and it's gpio pins but without success. Is this library supposed to work only on embedded arches or can I use it somehow on my x86 Linux for my board?

Thank you for your time.

Petross404 avatar Jun 13 '22 18:06 Petross404

This library typically runs on Linux platforms x86/arm/mips with the IO being provided by the SoC. There is support for these kind of USB break out boards, see https://github.com/eclipse/mraa/blob/master/docs/ftdi_ft4222.md which might be applicable

tingleby avatar Jul 01 '22 14:07 tingleby

I see, I didn't know this.

Thank you very much and forgive my delayed answer.

Petross404 avatar Oct 23 '22 19:10 Petross404