| Reply | « Previous Thread | Next Thread » |
|
Hi!!
anyone know this code should work in nokia 6230? (CommConnection)Connector.open("comm:IR0") Thanks!! |
|
Hi..
Do u mean transferring data thru IRDA?? Is it possible?? regards Gopal |
|
Using nokia 5140 you can transfer data using this:
conn=(CommConnection) Connector.open("nokiacomm:IR0"); output = conn.openOutputStream(); byte[ ] data = temp.getBytes(); output.write(data); and temp is a string Do you know something about using other mobile phones?? |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|