Search found 4 matches

by sochm
Mon Aug 25, 2008 8:00 am
Forum: Developer's Forum for Windows
Topic: HID & two SpaceNavigators
Replies: 9
Views: 19567

Hello,
we have switched from using HID library to Direct Input (DirectX) when reading data from SNs. It works for us.
MS
by sochm
Thu Jul 17, 2008 6:50 am
Forum: Developer's Forum for Windows
Topic: HID & two SpaceNavigators
Replies: 9
Views: 19567

hello Rodrigo, it works in the following way: thread that handles reading from SN device is extended from CWThread class (code snippet at the end) within its execute method (posted in previous post) thread periodically check the m_bStopping flag with IsStopping() method when a thread is started its ...
by sochm
Mon Jul 14, 2008 2:29 am
Forum: Developer's Forum for Windows
Topic: HID & two SpaceNavigators
Replies: 9
Views: 19567

Hello, thank you for your comments. to Jim: on Win-Vista it really takes about 1 min to swap in the second thread, on Win-XP we receive no data after cca 20min and it is nearly regular to Rodrigo: we have also tried our SW connected just with one SN and we have had no problems anyway, there can be s...
by sochm
Thu Jul 10, 2008 3:08 am
Forum: Developer's Forum for Windows
Topic: HID & two SpaceNavigators
Replies: 9
Views: 19567

HID & two SpaceNavigators

Hello, we have developed SW that reads data from two SpaceNavigators (SN) via USB. Reading from each SN is handled in a separate thread. We are using HID library for reading. Data are read asynchronously using MS-Win API functions: ReadFile, WaitForSingleObject and GetOverlappedResult (we used code ...