I'm the happy owner of an Intel Galileo Gen 1 board, and I wan't to begin with an easy example : redirect datas from GPS (NMEA frames received in UART in the RX/TX pins of my board) to the serial connexion inside the USB (to see it in gtkterm).
But I don't find out how to setup easily two serial connexion without using SoftwareSerial (which is not compatible with Intel Galileo Gen 1).
How can I do that ?
You might try putting some dummy program on the galileo that does not use the galileo serial port, then connect the GPS tx to the galileo tx pin (and connect the grounds). what ever is sent from the gps should be sent to the USB serial chip and to what ever is connected to the USB.
Here is an example of my problem, before connecting GPS TX pin to Galileo RX pin, I can read data on the GPS output (I'm using USB to serial converter), after connecting pins together (using switch), I can't read anything.
before connecting GPS TX pin to Galileo RX pin, I can read data on the GPS output (I'm using USB to serial converter). Is that possible that my Galileo pull serial to 0 ?
Does the gps output TTL or rs232? TTL pins (both tx and rx) should be at +5v with no communication taking place. Check yours with a multimeter. What is the galileo bus voltage when the gps is attached?