Hello there, I'm trying to do an experiment with PS4 Dualshock controller and I'm trying to connect and send back data through Bluetooth. However, when I want to send data back (OUTPUT) it fails because I need to send to report 0xA2 and there is no such report listed by HIDDevice. These are are only reports that are listed:
If I try to send data to an other report other thant these I get the following message: Uncaught (in promise) NotAllowedError: Failed to write the report..
So is there a kind of bug or limitiation on browser? Because on Node.Js works perfectly.
Thanks in advance
Hello there, I'm trying to do an experiment with PS4 Dualshock controller and I'm trying to connect and send back data through Bluetooth. However, when I want to send data back (OUTPUT) it fails because I need to send to report 0xA2 and there is no such report listed by HIDDevice. These are are only reports that are listed:
If I try to send data to an other report other thant these I get the following message: Uncaught (in promise) NotAllowedError: Failed to write the report..
So is there a kind of bug or limitiation on browser? Because on Node.Js works perfectly.
Thanks in advance