Hi,
I need to control the ps3 from the commandline. I have tried commands like
$gimx -p /dev/ttyUSB0 --event "up(255)"
But this doesnt seem to work. I am using a CSR 4 bluetooth dongle. I am able to controlling it easily using
$gimx -h 0 -c myconfig.xml -b XX:XX:XX:XX:XX -t Sixaxis
But here I need to make the keypresses on the keyboard
Please Help
Control ps3 from commandline
Re: Control ps3 from commandline
Hi,
You have to run two instances.
In a terminal:In another terminal:
You have to run two instances.
In a terminal:
Code: Select all
gimx -h 0 -t Sixaxis -s 127.0.0.1:51914 -b XX:XX:XX:XX:XX:XX
Code: Select all
gimx --event "up(255)" -d 127.0.0.1:51914
GIMX creator