Hi
Sorry for the not very specific title.
I have an app with Teeny2 which works most of the time. But from time to time the calling Mac program hangs when trying to send requests from my Mac. After enumerating the device and sending one successful request the Mac program produces a SIGBRT error in the function 'rawhid_send' after the line with the warning: "Send timeout not implemented in MACOSX" in the call to IOHIDDeviceSetReport. (see screenshot)
Cleaning the code on the Mac and rebuilding it normally fixes the issue.
Compiling the same program for a Teensy2++ which I use for a long time apparently does not show this behaviour.
Could the not implemented 'send timeout' be the reason of the hanging? Or is it a Yosemite issue as there are many?
Is there a workaround for this lack in Apple's USB Implementation? Has anyone else seen this issue?
Or do I have to search for the reason of this error in my code?
This is a very general question to localize my search, and I could add code snippets if needed.
Mac OS 10.1 Yosemite
Xcode6.1, Programming in Swift embedding the C code of the Teensy HID stuff.
Teensy Loader 1.07
Sorry for the not very specific title.
I have an app with Teeny2 which works most of the time. But from time to time the calling Mac program hangs when trying to send requests from my Mac. After enumerating the device and sending one successful request the Mac program produces a SIGBRT error in the function 'rawhid_send' after the line with the warning: "Send timeout not implemented in MACOSX" in the call to IOHIDDeviceSetReport. (see screenshot)
Cleaning the code on the Mac and rebuilding it normally fixes the issue.
Compiling the same program for a Teensy2++ which I use for a long time apparently does not show this behaviour.
Could the not implemented 'send timeout' be the reason of the hanging? Or is it a Yosemite issue as there are many?
Is there a workaround for this lack in Apple's USB Implementation? Has anyone else seen this issue?
Or do I have to search for the reason of this error in my code?
This is a very general question to localize my search, and I could add code snippets if needed.
Mac OS 10.1 Yosemite
Xcode6.1, Programming in Swift embedding the C code of the Teensy HID stuff.
Teensy Loader 1.07