Discussion Board

Results 1 to 3 of 3

Thread: 6230 irda

  1. #1
    Registered User loop83's Avatar
    Join Date
    Jan 2005
    Posts
    4
    Hi!!

    anyone know this code should work in nokia 6230?

    (CommConnection)Connector.open("comm:IR0")


    Thanks!!

  2. #2
    Nokia Developer Champion balagopalks's Avatar
    Join Date
    Nov 2003
    Location
    Bangalore , India
    Posts
    4,427
    Hi..
    Do u mean transferring data thru IRDA??
    Is it possible??

    regards
    Gopal

  3. #3
    Registered User loop83's Avatar
    Join Date
    Jan 2005
    Posts
    4
    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??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved