Search:

Type: Posts; User: rj.alaskan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,551

    Thanks for the reply. Ive checked out that link...

    Thanks for the reply. Ive checked out that link and that Unicorn kit looks like a cool bit of hardware. I'll look into this and see what i come up with.
  2. Replies
    3
    Views
    1,721

    It sounds like you need to pause the program at...

    It sounds like you need to pause the program at the end to me.



    #include <cstdlib.h>

    int main()
    {
    system("PAUSE");
    }
  3. Replies
    2
    Views
    1,551

    Direct USB manipulation

    My problem is im trying to communicate with a device that does not follow the USB specification. Here is the protocol it uses (SAE J1850 Description, Electrical Interface Bus) I am interested in the...
Results 1 to 3 of 3