Hello,
I've been using this for a while and it works great for simple GPIO communication however things get progressively harder with SPI or I2C. Although firmata does a very good job at implementing client libraries for multiple languages I noticed that there are zero references to a possible Linux driver.
A Linux driver would allow the GPIO, I2C and SPI devices to be exposed as linux devices in /dev/ via i2c-dev and spidev an improvement that would make everyone's life easier since there are tons of libraries for sensors and other devices that know how to communicate with SPI/I2C this way.
There are tons of FTDI chips (eg. FT232H) that implements things this way.
Thank you.
Hello,
I've been using this for a while and it works great for simple GPIO communication however things get progressively harder with SPI or I2C. Although firmata does a very good job at implementing client libraries for multiple languages I noticed that there are zero references to a possible Linux driver.
A Linux driver would allow the GPIO, I2C and SPI devices to be exposed as linux devices in
/dev/via i2c-dev and spidev an improvement that would make everyone's life easier since there are tons of libraries for sensors and other devices that know how to communicate with SPI/I2C this way.There are tons of FTDI chips (eg. FT232H) that implements things this way.
Thank you.