• 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

need documentation of J2ME and Java COMM API

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Respected Group Members,
I have just started working on J2ME,I tryed to find
documentation of J2ME(API Specification for J2ME) on the
SUN web site but it was not available there,can
any one please tell me the lenk from where I can download
the documentation of J2ME and Java COMM API.Also if any
one can tell me that are there any books available on
Java COMM API,please tell me the names of those books.

Thanking You,
Salman Faraz.
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You cannot use the Java COMM API in J2ME. It is available only in J2SE.

You can still use serial communication in J2ME if the handset supports it. Many Motorola handsets support RS232 serial port. Nokias usually support Infrared serial communication.

Check in the developer guide of the handset for API documentation and sample code.

Yuri
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have the Wireless Toolkit, one of the directories, called Docs" has all the Documentation you need.

Mark
 
What a show! What atmosphere! What fun! What a tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic