>> I hope this is doable but I am a bit lost on how to get there.
I would start from the Apple serial port driver, the sources (for at least some version) are, I believe, somewhere in the darwin source code which is open source. First create a dummy serial port that just sends some hello world or echo when talked to. Then see if you can open it from two applications at the same time. If possible, then you could implement some custom IOCtls that your simulator would use to talk to the driver. Failing that I suppose a driver can open a socket or use some other interprocess communication method. Just my 2 snt. br Kusti > This e-mail may contain confidential or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. We will not be liable for direct, indirect, special or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on or as of transmission of this e-mail in general. _______________________________________________ Do not post admin requests to the list. They will be ignored. Usb mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/usb/archive%40mail-archive.com This email sent to [email protected]
