paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Problems connecting to link


From: Daniel Morgan
Subject: [Paparazzi-devel] Problems connecting to link
Date: Wed, 2 Apr 2008 17:40:10 -0600

Hey I ussually have no issues connecting to my data modem but today I tried it and it refused to work. The modems are connecting to each other fine, and the usb is connected to the computer just fine... I can't seem to receive any messages... Anyways here is the launch code i am using so maybe you can tell me if i am doing something wrong....

<session name="Ground Control">
      <program name="link">
  <arg flag="-d" constant="/dev/ttyUSB0"/>
   <arg flag="-transport" constant="pprz"/>
  <arg flag="-uplink" constant=""/>
  <arg flag="-s" constant="38400"/>
       </program>
       <program name="server"/>
       <program name="messages">
         <arg flag="-c" constant="telemetry:*"/>
       </program>
       <program name="gcs">
         <arg flag="-speech" constant=""/>
  <!--<arg flag="-mplayer" constant="rtsp://localhost:7070/webcam"/>-->
        <arg flag="-google_fill" constant=""/>
        <arg flag="-mercator" constant=""/>
             <arg flag="-ref" constant="WGS84 41.821007 -111.986436"/>
       <arg flag="-center" constant="WGS84 41.821007 -111.986436"/>
        <arg flag="zoom" constant="0.75"/>
       </program>
     </session>
  </section>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]