Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: help needed with i2c

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help needed with i2c

    Hi,

    I've been searching information about how does i2c works, but i still haven't got my ideas clear.
    Could you please tell me how does this communication protocol work?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: help needed with i2c

    What does this have to do with java?

    Thread moved from Java Theory unless further information suggests otherwise

  3. #3
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help needed with i2c

    Sorry, i forgot to the what it has to do with java.

    My problem is that i want to connect an iPod and a lego nxt windstorm brick(the latest one is programmed in java) and the ipod sends orders to the brick via MIDI and i2c. MIDI translates some characters to an integer using the ASCII table and my problem is that i don't know how java receives the information send via i2c.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: help needed with i2c

    Can you post the java code that you are having problems with and explain what problems you are having with it?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Have a problem with i2c and java. Help needed!
    By lalosa in forum What's Wrong With My Code?
    Replies: 0
    Last Post: October 8th, 2013, 09:46 AM
  2. Grails Developer Needed - URGENTLY NEEDED *WORK FROM HOME*
    By IngeniumR in forum Paid Java Projects
    Replies: 0
    Last Post: February 5th, 2013, 07:19 AM
  3. help needed again
    By 5achowdhury in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 28th, 2013, 08:06 AM
  4. Help needed here!
    By esplanade56 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: September 2nd, 2011, 08:51 AM
  5. HELP NEEDED
    By nicola177 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 4th, 2011, 11:17 AM