Bluetooth & V500 for Remote Controling Windows

Posted: 02-21-2005, 10:10 PM
Hello,

Do you know if something exist ?
I have found the following command to enable KBD events :
AT+CMER=3,2
Next, keys pressed from the touchpad are send to the Bluetooth serial
port as follow :

Fleche Haut +CKEV: ":X",0
Fleche Bas +CKEV: ":C",0
Fleche Gauche +CKEV: ":L",0
Fleche Droite +CKEV: ":R",0
Volume haut +CKEV: "U",0
Volume bas +CKEV: "D",0
Raccrocher +CKEV: "E",0
Decrocher +CKEV: "S",0
Menu gauche +CKEV: "[",0
Menu droit +CKEV: "]",0
Touche Son +CKEV: ":T",0
Touche Photo +CKEV: ":S",0
Menu +CKEV: "M",0
Num 1 +CKEV: "1",0
Num 2 +CKEV: "2",0
Num 3 +CKEV: "3",0
Num 4 +CKEV: "4",0
Num 5 +CKEV: "5",0
Num 6 +CKEV: "6",0
Num 7 +CKEV: "7",0
Num 8 +CKEV: "8",0
Num 9 +CKEV: "9",0
Num * +CKEV: "*",0
Num 0 +CKEV: "0",0
Num #; +CKEV: "#",0

It will be so great to control Winamp with this phone...
Bluetooth plugin for Winamp doesn't work with my Moto :-(

Reply With Quote

Responses to "Bluetooth & V500 for Remote Controling Windows"

lorier
lorier's Avatar
Posts: n/a
 
Re: Bluetooth & V500 for Remote Controling Windows
Posted: 02-26-2005, 01:48 PM
So because of no answer, I've done it in VBS (sorry) !

Take a look at this http://lorier.site.voila.fr/RemoteCtrlGSM.EXE
(It's a self unzip exe made with IExpress)
Please read the lisezmoi.txt before use

Let me know if It works for you.
Sorry for my bad english ... mais je suis français

lorier@voila.fr

Here is the .INI
================
raceEnable;0;;;;;
OSDXPos;0;;;;;
OSDYPos;0;;;;;
PortID;5;;;;;
BaudRate;115200;;;;;
COMMInitString;ATZ;;;;Reset;
COMMInitString;ATE0;;;;Echo Off;
COMMInitString;AT+CGMI;;;;Constructeur;
COMMInitString;ATI3;;;;Type;
COMMInitString;AT+CIMI;;;;identification SIM;
COMMInitString;AT+CGSN;;;;IMEI;
COMMInitString;AT+COPS?;;;;Opérateur;
COMMInitString;AT+CCLK?;;;;Horloge;
COMMInitString;AT+CKPD=M,0;;;;Envoi Touche Menu;
COMMInitString;AT+CMER=3,2;;;;Activation Evenements;
COMMCloseString;AT+CKPD="E",0;;;;Envoi Touche Echap;
xxxxxxxxxxxxxxx;AT+CPBR=10,19;;;;List 10 entrees du phonebook;
xxxxxxxxxxxxxxx;AT+CLAC;;;;List les commandes AT disponibles;
Menu gauche;;100 ;+CKEV: "[",1;{TAB};Tab;1
Menu droit;;100 ;+CKEV: "]",1;+{TAB};Maj + Tab;1
Menu principal;;100 ;+CKEV: "M",1;%;Alt;1
Fleche Haut;;50 ;+CKEV: ":X",1;{Up};Haut;1
Volume haut;;50 ;+CKEV: "U",1;{Up};Haut;1
Fleche Bas;;50 ;+CKEV: ":C",1;{Down};Bas;1
Volume bas;;50 ;+CKEV: "D",1;{Down};Bas;1
Fleche Gauche;;50 ;+CKEV: ":L",1;{Left};Gauche;1
Fleche Droite;;50 ;+CKEV: ":R",1;{Right};Droit;1
Raccrocher;;100 ;+CKEV: "E",1;{Esc};Echap;1
Num #;;100 ;+CKEV: "#",1;{Esc};Echap;1
Num *;;100 ;+CKEV: "*",1;{ };Espace;1
Touche Photo;;100 ;+CKEV: ":S",1;{ };Espace;1
Num 0;;100 ;+CKEV: "0",1;{Enter};Entrée;1
Touche Son;;100 ;+CKEV: ":T",1;{Enter};Entrée;1
Num 3;;100 ;+CKEV: "3",1;%{F4};Alt + F4;1
Num 7;;100 ;+CKEV: "7",1;^{Esc};Ctrl + Echap;1
Num 9;;100 ;+CKEV: "9",1;%{Esc};Alt + Echap;1
Num 2;;0 ;+CKEV: "2",1;{MouseMoveUp 10};Souris Haut;2
Num 8;;0 ;+CKEV: "8",1;{MouseMoveDown 10};Souris Bas;2
Num 4;;0 ;+CKEV: "4",1;{MouseMoveLeft 10};Souris Gauche;2
Num 6;;0 ;+CKEV: "6",1;{MouseMoveRight 10};Souris Droite;2
Num 5;;0 ;+CKEV: "5",1;{MouseClick 1};Souris Click;2
Num 1;;100 ;+CKEV: "1",1;bureau.scf;Afficher Bureau;3
Decrocher;;100 ;+CKEV: "S",1;mailto:;Envoi Mail;3


lorier a écrit :
> Hello,
>
> Do you know if something exist ?
> I have found the following command to enable KBD events :
> AT+CMER=3,2
> Next, keys pressed from the touchpad are send to the Bluetooth serial
> port as follow :
>
> Fleche Haut +CKEV: ":X",0
> Fleche Bas +CKEV: ":C",0
> Fleche Gauche +CKEV: ":L",0
> Fleche Droite +CKEV: ":R",0
> Volume haut +CKEV: "U",0
> Volume bas +CKEV: "D",0
> Raccrocher +CKEV: "E",0
> Decrocher +CKEV: "S",0
> Menu gauche +CKEV: "[",0
> Menu droit +CKEV: "]",0
> Touche Son +CKEV: ":T",0
> Touche Photo +CKEV: ":S",0
> Menu +CKEV: "M",0
> Num 1 +CKEV: "1",0
> Num 2 +CKEV: "2",0
> Num 3 +CKEV: "3",0
> Num 4 +CKEV: "4",0
> Num 5 +CKEV: "5",0
> Num 6 +CKEV: "6",0
> Num 7 +CKEV: "7",0
> Num 8 +CKEV: "8",0
> Num 9 +CKEV: "9",0
> Num * +CKEV: "*",0
> Num 0 +CKEV: "0",0
> Num #; +CKEV: "#",0
>
> It will be so great to control Winamp with this phone...
> Bluetooth plugin for Winamp doesn't work with my Moto :-(
>

Reply With Quote
 
Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bluetooth remote control Diman Bluetooth 0 07-18-2005 01:54 PM
Remote control of Windows desktop and MediaPlayer Stille Vande Bluetooth 5 12-14-2004 04:37 AM
Looking for Bluetooth remote programm Windmolen Nokia 3 06-27-2004 04:26 PM
Windows PC remote control with HID profile Adolf Schwarz Bluetooth 0 05-17-2004 10:57 PM
v500/usb cable/windows xp (UK) bill skipton Motorola 5 02-16-2004 02:00 AM


All times are GMT. The time now is 03:56 AM.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33