• 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

Mobile Application in J2ME for Bluetooth Printer

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,I am new to j2me. I want to connect Bluetooth printer(Thermal Small Printer )to Imate Ultimate 6150 mobile. normally i connected through bluetooth its conneced ..fine.. now i want connect through the j2me mobile application to send the data to the printer and printer it should print the data..
now i am struggling to get the printer info from j2me mobile application.. also how to send the data please guide me... how to do that .. please guide me... give tips or useful links ...also what are the basic information i have read for this project.i know some basic about the bluetooth.. it has three method to transfer the data: (1)OBEX (2) L2CAP & (3) RFCON.. which one i can use... I use Netbeans to develop the j2me application also in unix platform

thanks

Techsivam..
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there and welcome to Javranch!

I'm not a J2ME developer but performing a Google search on J2ME and Bluetooth returned me Sun's guide on J2ME and Bluetooth as the top result.

Hope that helps!
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I used a nice bluetooth framework called "Marge".
There are many demo apps in the website. I used the blue chat demo as a sample to connect a nokia E61 to a ZEBRA bluetooth printer.
Remember to set the URL concatenating with the port (SERVICE_URL = "btspp://"+ remoteDevice.getBluetoothAddress()+":1" in my case it was port 1.

Stefano.
 
sunglasses are a type of coolness prosthetic. Check out the sunglasses on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic