• 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

Printer invoking with J2ME application

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Experts!

I Hope you can help me with something. I want to develop an app that:

1. runs on a cell phone with J2ME
2. reads an image from phones memory/memory stick
3. sends it to a printer for printing.



Some phones do provide this feature inbuilt on them , However I would like to implement the same onto my application..


Please help me where to start ..
 
Saloon Keeper
Posts: 27764
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends on how you want the phone to talk to the printer. If you search this forum about a year back there was a lot of discussion on that topic.
 
Dushyant Chhetri
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am able to discover bluetooth devices in the proximity , However I am not able to invoke the bluetooth printer.

Please suggest me as to how can I achieve this functionality.

I have implemented the following code snippet, where
"addr" is the address of the discovered bluetooth.





Is the url that I am using a correct method for invoking the bluetooth printer ,

Please Help!!!
.
 
reply
    Bookmark Topic Watch Topic
  • New Topic