hi friends, am doin my engineering in Computer Science.. And i need help to interface a gsm kit to microcontroller(non specific)... i want send sms to specialised nos through my program in java and send it through MC to Gsm... Can anybody help me out if they know how to interface or if they hav made any projects like the same, i'll be very thankfull,...
Computer Science should imply the ability to use Google and to read PDF documents.
Interfacing a GSM phone or module to a microcontroller is just a question of figuring out what signals you have, and what logic levels they have. And of course, if the GSM module/phone is using USB or normal UART-based communication.
There are hw and programming documents for the microcontroller. There are hw and commandset documents for the GSM. There are much, much, much documentation on the net. There are sample applications for the microcontroller - how to handle serial ports etc.
How to interface anything to anything else:
www.8052.com/.../160143
Note that Java is not a common language for programming embedded microcontrollers.
Check carefully that you can actually find a suitable one before setting off into a dead-end...
Also, Keil do not do Java tools - so this is the wrong forum for that!