WiiLi Wiki frontpage Include your post in the News Get links Hoteles Quito
WiiLi.org Forum Index WiiLi.org
a new revolution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RMX Automation released
Goto page 1, 2  Next
 
Post new topic   Reply to topic    WiiLi.org Forum Index -> General Windows Wiimote
View previous topic :: View next topic  
Author Message
darkain



Joined: 01 Jan 2007
Posts: 6
Location: Tacoma, WA

Digg It
PostPosted: Mon Jan 01, 2007 11:38 am    Post subject: RMX Automation released

http://www.wiili.org/RMX_Automation


RMX Automation is now out, and has support for the Wii Remote on Windows.
_________________
Darkain.com, home of RMX Automation
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Sumo X



Joined: 12 Nov 2006
Posts: 27

Digg It
PostPosted: Mon Jan 01, 2007 4:08 pm    Post subject:

Thanks for posting this. I look forward to using it later this month once I get my remote/nunchuk.
Back to top
View user's profile Send private message
CarlKenner
Site Admin


Joined: 29 Nov 2006
Posts: 614

Digg It
PostPosted: Mon Jan 01, 2007 4:51 pm    Post subject:

RMX Automation doesn't work on BlueSoleil. GlovePIE will work on BlueSoleil and the other incompatible stacks with a menu item. This feature should be added to RMX Automation.

On BlueSoleil, only the Wiimote buttons work in RMX Automation.
Back to top
View user's profile Send private message Send e-mail
darkain



Joined: 01 Jan 2007
Posts: 6
Location: Tacoma, WA

Digg It
PostPosted: Mon Jan 01, 2007 9:32 pm    Post subject:

CarlKenner wrote:
RMX Automation doesn't work on BlueSoleil. GlovePIE will work on BlueSoleil and the other incompatible stacks with a menu item. This feature should be added to RMX Automation.

On BlueSoleil, only the Wiimote buttons work in RMX Automation.


Yup, this was discussed in the IRC channel earlier today, and a fix will be coming soon. As of right now, the default XP stack works. The default Vista stack works. And I've had reports from someone else that the Toshiba stack works too.
_________________
Darkain.com, home of RMX Automation
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
CarlKenner
Site Admin


Joined: 29 Nov 2006
Posts: 614

Digg It
PostPosted: Tue Jan 02, 2007 1:56 am    Post subject:

For BlueSoleil, HidD_SetOutputReport fails but reports success. You need to use WriteFile instead (which succeeds and reports success on BlueSoleil). Also for BlueSoleil if you try and read the Wiimote serial number it will reboot your computer.
Back to top
View user's profile Send private message Send e-mail
darkain



Joined: 01 Jan 2007
Posts: 6
Location: Tacoma, WA

Digg It
PostPosted: Tue Jan 02, 2007 1:58 am    Post subject:

CarlKenner wrote:
For BlueSoleil, HidD_SetOutputReport fails but reports success. You need to use WriteFile instead (which succeeds and reports success on BlueSoleil). Also for BlueSoleil if you try and read the Wiimote serial number it will reboot your computer.



Is there an easy way of auto-detecting which BT stack is in use? (or at least this one specifically)
_________________
Darkain.com, home of RMX Automation
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
CarlKenner
Site Admin


Joined: 29 Nov 2006
Posts: 614

Digg It
PostPosted: Tue Jan 02, 2007 2:08 am    Post subject:

I use a menu and ask the user to choose. But... elsewhere in my program I read a bluesoleil registry setting...

Code:
function GetBlueSoleilDir: string;
var
  reg: TRegistry;
begin
  Result:='';
  reg := TRegistry.Create;
  try
  try
    reg.RootKey := HKEY_LOCAL_MACHINE;
    reg.OpenKey('SOFTWARE\IVT Corporation\BlueSoleil\Install', False);
    Result := reg.ReadString('InstallDir');
  finally
    reg.Free;
  end;
  except
  end;
end;


I use that setting to find the BlueSoleil exe file so people can start BlueSoleil from the GlovePIE menu. But you could use it to check whether BlueSoleil is installed.

Are you sure BlueSoleil is the only bluetooth stack with this bug (HidD_SetOutputReport fails and returns success)?


Last edited by CarlKenner on Tue Jan 02, 2007 2:13 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> General Windows Wiimote All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group