Keypad emulation events
How to check (obsoleted)
Bluez 4.X and newer does not allow to directly connect to RFCOMM device
Run a terminal emulator (Minicom or cu) and establish a connection with the phone.
For example:
- Bluetooth:
cu -l /dev/rfcomm0 -s 19200
- IR:
cu -l /dev/ircomm0 -s 19200
- Cable:
cu -l /dev/ttyACM0 -s 19200
It should answer Connected
Enter AT
or ATZ
and get answer OK
Enter AT+CKPD="1"
and get answer OK
or ERROR
If you get OK
- did you see "1" on the screen of Your cell phone? (Sagem users should use AT+CKPD="49"
instead)
If you get ERROR
on AT+CKPD=...
you will not be able to send keyboard emulation commands to your phone from anyRemote.