Print from my cldc mobile
Hello everyone,
I got stuck while developing a mobile application using j2me. It has a form with a number of input textboxes. I need to fetch them and print them using a bluetooth printer.
The fetching part is ok, but how will i print those Strings from a bluetooth printer? do i need to first discover bluetooth devices nearby (using JSR-82 API) and then select the printer to send data....?? (I really don't have any idea!!)
Plz help me how to do it...i mean what to read and how to implement,etc.
to add to the odds...I don't have a bluetooth printer...is there any simulator for bt printer??(am i sounding very stupid?? :confused:) or do i need a real printer to test!