Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

NI-DAQ card+Java!!

Options
  • 21-10-2004 1:25pm
    #1
    Registered Users Posts: 976 ✭✭✭


    Hello all,
    For my final year project, I am reading packets from a port on my Network card. These packets include robot instructions, fwd, rev etc.
    The server computer is connected to a Robot via Radio Packet Controllers (RPC's), The Transmitting RPC is connected to the NI-DAQ card.
    The code I have for the NI-DAQ card is in C++ and I am reading the incoming instructions from the internet (network card) usind Java. Can I send these instuctions on to the Robot via the NI-DAQ card using Java.
    Any suggestions or help would be most appriciated,
    Regards
    Glenman


Comments

  • Registered Users Posts: 261 ✭✭HaVoC


    use jni(java native interface) to call the c++ code.
    google it


Advertisement