what language is used, swift, c++, c?. I may get by with something I have done. Could usb support applications written in obj-c, cocoa could run on iPads with iPadOS on M1? It may not be feasible since iPads are designed to be iPads not Macs.
what language is used, swift, c++, c?. I may get by with something I have done. Could usb support applications written in obj-c, cocoa could run on iPads with iPadOS on M1? It may not be feasible since iPads are designed to be iPads not Macs.
Bring your drivers to iPadOS by using the platform’s DriverKit support.
developer.apple.com
There's Apple's docs for using it with iPadOS.
You can add a DriverKit dext to iPadOS applications regardless of what language you used for the app target.
I agains stress however that driver development requires a rich understanding of the device you're trying to operate with, the kernel's operation and hardware I/O model and not all driver types are possible with DriverKit on iPadOS presently