Hi all
I am trying to Write a Serial/ACM driver for mac os Catalina Since all these kind of drivers has to be moved to User Space (as per wwdc 2019).
I am new to kext/dext.
In kext, for ACM data driver we created nub using IOModemSerialStreamSync class.
In case of dext which class we will use for the same purpose?
Thanks in advance.