• 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

Sample code on Bluetooth J2ME access

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
People often ask how to interface with Bluetooth from J2ME.
Here's a simple tutorial link that I think is worth a look. It makes use of JSR-185 for accessing a Bluetooth GPS receiver. It does not use the Location API though, it (only ) accesses the Bluetooth device directly, then parses the NMEA data coming from it.

http://www.hcilab.org/documents/tutorials/BT_GPS/BT_GPS.htm
 
reply
    Bookmark Topic Watch Topic
  • New Topic