Recent content by cagell

  1. C

    Compiling Ftdi Drivers For Gp2X

    Hi all, I am trying to interface the GP2X to the Arduino. I first tried using the Serial port (see previous posts here), but it got messy for some reason I am still investigating. As the arduino outputs the same on the RX/TX pins as on the 'Virtual USB Serial port', I was wondering if someone...
  2. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    Hey Torpor, Thanks for your help. I tried your approach but it did not work/made no difference. On the other hand I did some research and I commented a line on the /etc/inittab file so that now it is (pay attention to the bold section). --------------------------------------------------- #...
  3. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    I tried your alternatives but a) I did not find /etc/syslog.conf on the GP2X B) I tried editing printk but it said I cannot edit it. I created a copy and tried to substitute the original for the copy and I was not able. Any other ideas? Thanks in advance for your help
  4. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    I did some research on how to prevent the system from sending commands over the ttyS0 but I was unable to find anything that worked. I experimented a little bit more with my software and interestingly enough I can send stuff over the serial port with no problems but, as torpor said, there is...
  5. C

    Cam2x

    No, I have a F100 but when I run the load_all drivers gpe file and read back the console, it says it is compiled with a different version of gcc. Anyway, I have an F100, so can I find a howto explaining what I need to install to get the webcam working? Thanks
  6. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    The weirdest thing though is that I am not using the USB host at all... I am just using the serial. So you are saying that if I correctly terminate the USB host my serial problems will go away? Thanks for your help.
  7. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    Well the main thing that worries me is not about getting the log on the serial port (which is actually pretty nice) but the fact that when I connect the arduino's TX to the GP2X RX somehow I read the following on the serial port hub.c: new USB device <NULL>-1, assigned address 14 usb.c: USB...
  8. C

    Cam2x

    Hi, I was wondering if this project is still active. I downloaded the files to try the app but I get an error saying the gpe's are compiled with gcc 2 and the kernel on my GP2X is compiled with gcc 3, which, it says, it is known not to work. Can anybody get me something to get images over my...
  9. C

    Gp2X Serial Issues - Hardware (Gp2X-Arduino)

    Hi All, I am new to the GP2x world but have experience coding in C for linux and coding for Arduino. I just got to program the GP2x and thought it would be great to interface it to an Arduino. Hardwarewise I connected the Tx from the GP2x (Ext connector) to the Arduino Rx and both grounds...
Back
Top