• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sending direct keys in J2ME

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,

its me again and i'm needing such a help about our thesis in sending direct keys from mobile to pc. Currently we are making a thesis in controlling pc using mobile phone via bluetooth... the letter keys together with the mouse are the main objective in our thesis to be controlled by a mobile phone in J2ME CLDC 2.5.2.
Is there any one who has the sample please send me some...it is a great help to us to pass our subject...
Thanks and more power to all
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roger,

I do not think that we can have a generic solution here. It will depend on the PC environment. In my opinion, the possible steps to achieve this will be --

1. Mobile invokes Servlet on the PC
2. Servlet invokes necessary Windows DLL (assuming that your PC environment is WIndows) which calls your keyboard or mouse

I have never tried this before and this is just my thoughts.

It would be good to hear from someone who might have attempted something similar.

Arnab
reply
    Bookmark Topic Watch Topic
  • New Topic