My Flash based ground station is now up and running. I'm using Serproxy to connect Flash to the Serial Port and the Xbee radios. I have a simple command parser on the plane integrated with the the GPS parser so I can have 2 way comm over the single serial port. I can send basic WP commands or PI tuning values. GPS is collected and output as KML values through Copy and Paste.
You need to be a member of diydrones to add comments!
Comments
I noticed in your serproxy cfg that another line is missing that I have in mine by default.
# Transform newlines coming from the serial port into nils
# true (e.g. if using Flash) or false
newlines_to_nils=true
Thanks for the effort! You know if you didn't make it look so attractive we wouldn't make so much work for you.
Since you asked, my only want is as I posted above, drop the Google maps window and let the analog gauges shine!
Thanks,
Nathaniel
I had also change the net_port3 settings (COM3 in my case) to = 5331.
Now the GCS is reading pitch and roll data at least.
I will rework it so it is user friendly. Any suggestions or wants? I will post it as soon as I can.
You might try changing the "net_port1=5331" to "net_port9=5331" and then try to telnet to the 127.0.0.1 5331 as Jason suggested.
@Jason
I was successful in establishing a telnet session to the serproxy and seeing the same output as the serial port monitor in the Arduino IDE. However, once I initiate the connection the GCS, the information does not change even if I click on the "Read" button.
telnet 127.0.0.1 5331
This will output the raw data to the unix terminal.