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 3 of 3

Thread: **Help!** Capturing external circuit data to GUI Jpanel

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default **Help!** Capturing external circuit data to GUI Jpanel

    Hello,

    Could anyone suggest the best path to accomplish getting numerical data coming from an external 3 axis sensor to populate into a Jpanel ? I'm working on a project where I will use a 3-axis (x,y,z) sensor, and I have written a simple GUI for the project, but I don't know how to do that part.... your help would be appreciated..

    I am using Java NetBeans 6.7.1

    Can I use the comm API and then pass data to the panel in my GUI?

    Thanks!


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: **Help!** Capturing external circuit data to GUI Jpanel

    I take it we are on about a joystick or something similar, I guess you could have a look into the comms api to see if that will do you any good

    // Json

  3. #3
    Junior Member
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: **Help!** Capturing external circuit data to GUI Jpanel

    Json,

    Thank you for replying!

    The project involves a 3 axis digital accelerometer which passes its data to a PIC based controller board using Uart or MSSP or SPI and then finally to a Bluetooth module. I have written the skeleton GUI to receive and store the data, however, I have no handling code for anything yet. Going by the low reply count, it makes me wonder whether I can accomplish this task of receiving the data via buffers in software and then converting these numerical results to realtime graphic representations in an internal Jpanel, much like an oscilloscope except with 3 signals. Any suggestions on how to move forward?

    ROTNEVNI
    Last edited by ROTNEVNI; November 27th, 2009 at 09:41 AM. Reason: more info...

Similar Threads

  1. How to write above a JPanel
    By bruno88 in forum AWT / Java Swing
    Replies: 4
    Last Post: June 23rd, 2009, 06:16 PM
  2. Designing RLC Circuit using Java Applet
    By syxxpac316 in forum Java Applets
    Replies: 6
    Last Post: May 13th, 2009, 04:26 PM
  3. Creating and displaying a JPanel inside another JPanel
    By JayDuck in forum AWT / Java Swing
    Replies: 1
    Last Post: April 7th, 2009, 08:02 AM
  4. Replies: 4
    Last Post: May 27th, 2008, 01:20 PM