Rene W. Olsen wrote:
well now I just have to figure out where to open the device and I'm back on track.
Try to open it in the library's Open vector instead of the init code. The init code is executed on a separate thread within ramlib (under OS 4 at least). The open code is executed in the caller's context, so this is the better place to open it.
Regards,