Search found 7 matches
- Wed Sep 16, 2009 10:50 pm
- Forum: PS3 Development
- Topic: about pairing between PS3 and the HID divice
- Replies: 0
- Views: 5935
about pairing between PS3 and the HID divice
hello everyone I have a question about pairing between PS3 and the HID divice. I have succeed to deal with pairing between PS3 and HID divice use the follow process: 1.set the class of the HID device as 0x4a2580 to make PS3 to display the Pass-Key input dialog(if i set the class as other value the d...
- Thu Sep 03, 2009 10:49 pm
- Forum: PS3 Development
- Topic: PC as SIXAXIS Joystick
- Replies: 35
- Views: 33416
- Wed Sep 02, 2009 3:03 pm
- Forum: PS3 Development
- Topic: PC as SIXAXIS Joystick
- Replies: 35
- Views: 33416
- Wed Sep 02, 2009 12:31 pm
- Forum: PS3 Development
- Topic: PC as SIXAXIS Joystick
- Replies: 35
- Views: 33416
Re: My question
Thank you for your response. You should use my code, or Brandon's code. You don't need to use that other "hidclient" code, because the PS3 does not need a SDP record. I think it is useless when I try to use the BT adptor to connect to the PS3.But if I use the PS3 to connect to the BT adpto...
- Mon Aug 31, 2009 8:58 pm
- Forum: PS3 Development
- Topic: From pc send data to PS3
- Replies: 2
- Views: 7371
Anyone can help me? May be I didn't express myself exactly. I want to use the PC to control the PS3,so I change the class of the bluetooth adaptor to 0x000508 which is the class of sixaxis.And then I use the code download from the http://anselm.hoffmeister.be/computer/hidclient/index.html.en which r...
- Mon Aug 31, 2009 12:32 pm
- Forum: PS3 Development
- Topic: From pc send data to PS3
- Replies: 2
- Views: 7371
From pc send data to PS3
Hello everyone! Now I just want to send data from the PC to control the PS3.So I send the sixaxis's data just as the report descriptor's format.But it doesn't work. The code is: unsigned char report_1[50]={ 0xA1,0x01,0x00,0x80,0x00,0x00,0x00,0x80,0x80,0x80, 0x80,0x00,0x00,0x...
- Sun Aug 30, 2009 6:32 pm
- Forum: PS3 Development
- Topic: PC as SIXAXIS Joystick
- Replies: 35
- Views: 33416
My question
Hello everyone! I just also want to use the PC as the joystick to control the PS3.So we studied the sixaxis's HID descriptor and use the format to send the data to the PS3.The data is: char report_1[50]={ 0xA1,0x01,0x00,0x80,0x00,0x00,0x00,0x80,0x80,0x80, 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f...