| Author |
how to print any pda page using j2me program via infrared?
|
Edward Durai
Ranch Hand
Joined: Oct 09, 2004
Posts: 223
|
|
hai to all, how to print any pda page using j2me program via infrared? Thanks regards edward
|
Thank You<br />Edward
|
 |
Svend Rost
Ranch Hand
Joined: Oct 23, 2002
Posts: 904
|
|
<sarcasm> Did you try to press the "print" button ? </sarcams> No offence, but what is it your looking for - a program that can print, a solution that will print a page from a pda? and (im assuming that you have done some kind of research before comming here) what have you found out so far ? You can make an (infrared) connection with the javax.microedition.io.* package. It's the same things you have to do, as with a socket/http connection. /Svend Rost [ March 11, 2005: Message edited by: Svend Rost ]
|
 |
dave taubler
Ranch Hand
Joined: May 15, 2001
Posts: 132
|
|
I'd say your issue is two-fold: 1. Figure out how to send the data to be printed over an infra-red connection. 2. Create a J2SE application that receives the data, formats it and prints it. Svend claims that #1 can be done, and I know that #2 can be done. So with a little research on those two topics, you should be golden.
|
Dave Taubler<br />Specializing in <a href="http://taubler.com/articles/" target="_blank" rel="nofollow">Java and Web Development</a>
|
 |
 |
|
|
subject: how to print any pda page using j2me program via infrared?
|
|
|