Search found 5 matches

by xpeace77
Mon Sep 06, 2010 12:00 pm
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34435

// Current Implemenation of Reading Hid Report Axis Data Private Function GetAxisData(Value As Byte, MSB As Byte) As Long Select Case MSB Case 0: GetAxisData = -Value Case 1: GetAxisData = -(Value + 255) Case 255: GetAxisData = 255 - Value Case 254: GetAxisData = 512 - Value End Select End Function ...
by xpeace77
Mon Sep 06, 2010 10:49 am
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34435

I found the bug I filtered all Values < 20 - Now I got it working ;-) Value gets to 1 as expected :-) Thank you :-)
by xpeace77
Mon Sep 06, 2010 10:42 am
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34435

Can you give me an example ? Currently my Device reacts as following if I push it straight down I get Values in ReportBuffer 5 from 0 - 255 then pushing more than 255 it starts from 0 to x again, ReportBuffer 6 stays 0 all the time. If I pull up the ReportBuffer 5 goes from 255 decreasing to 0 Repor...
by xpeace77
Mon Sep 06, 2010 4:22 am
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34435

Damn I should`ve come here before :-) I wrote a complete and working HID Interface in VB to communicate with the SpaceNavigator, this works even without any 3dConnection Software being installed :-) I just got one small Problem In the HID Input Report Samples the Axis Data reported is as following: ...
by xpeace77
Sun Aug 22, 2010 5:19 pm
Forum: Feedback
Topic: Support for caligari trueSpace7.
Replies: 10
Views: 27223

I could not get the 3D SpaceNavigator to work in TrueSpace 7.61 tho the Plugin was loaded by the Software in the Package Manager - No movement at all .... :-(