Search results

  1. C

    Pic Usb Driver

    Hello :lol: I just wrote a driver for my usb device. I tested it on fedora 3 and it works. Now I want to compile it for gp2x and I don"t know how. On my gp2x, the 2.0.0 kernel version is installed. Here is the driver source code (It is based on Greg Kroah-Hartman source code): #include...
  2. C

    Libusb

    Thank you for your help. I think I ll use a make file to make my compilation easier [thanks for the advice :) ] and I ll try to compile the lib with the cross compiler. If I get it work I ll inform you. .: Thank you :.
  3. C

    Libusb

    Thank you for your consideration (and sorry for the multiple topic post. I don't know what happened :unsure: ). I m using open2x toolchain and I want to incorporate to it the libusb library. I made it work on Ubuntu with the default compiler g++. After that, I tried to use it with...
  4. C

    Libusb

    Hi everyone. I've been searching on the net and on this forum without any result ... :( Does anyone know how to integrate Libusb-0.1.12 in the open2x environnement ? I was able to make it work on Ubuntu with the default g++ compiler (I just followed the install file instructions). But I don't...
  5. C

    Libusb

    Hi everyone. I've been searching on the net and on this forum without any result ... :( Does anyone know how to integrate Libusb-0.1.12 in the open2x environnement ? I was able to make it work on Ubuntu with the default g++ compiler (I just followed the install file instructions). But I don't...
  6. C

    GP2X Libusb

    I'm sorry. My post wasn't in the good forum. I didn't find how to suppress it so I just moved it. :unsure:
  7. C

    Usb Mouse

    Hi I just downloaded your user guide and everything works fine !!! Thank you so much for you reply. Nows I can go on :lol: QUOTE Finally, please please please opensource your code and PCB design for the oscilloscope! As soon as i finish my project i ll present it in a new topic. I ll give...
  8. C

    Usb Mouse

    Hi everybody :lol: I am a new comer. I am an engineer student in Belgium (---> sorry for my english). I ve been asked to make an oscilloscope with the GP2X. The goal is to convert a digital voltage signal to numeric and send it by a usb connection to the GP2X and show it to the screen. I...
Back
Top