ms-iot / BusProviders

Repository for Windows IoT Core Bus Provider Libraries
MIT License
40 stars 44 forks source link

Expose a virtual byte-sized port for GPIO #41

Closed mmccullo closed 7 years ago

mmccullo commented 8 years ago

Many applications have need of an 8-bit parallel transfer of I/O. Is it possible to expose at least one virtual "SetPort/ReadPort" command in the GPIO library that would allow reading/writing of 8 pre-selected GPIO lines in parallel?

For many applications the bit-by-bit read/write limitation of the API is too slow.

jordanrh1 commented 7 years ago

We do not have any plans to implement this feature, but would accept a (well tested) pull request that added this feature to the Wiring library for Windows.

IoTGirl commented 7 years ago

Answer given - Closing Issue