<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib/cc-usb.c, branch telegps-hacks</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-26T03:58:24+00:00</updated>
<entry>
<title>ao-tools: Add cc_usb_write function</title>
<updated>2014-05-26T03:58:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T03:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d63319f6f29ef714bb1d5c359c2448f63e7a4534'/>
<id>urn:sha1:d63319f6f29ef714bb1d5c359c2448f63e7a4534</id>
<content type='text'>
This writes raw bytes to the USB port; useful for sending binary data
for flashing or the upcoming flight test stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Wait for device to become ready instead of failing</title>
<updated>2014-04-05T07:22:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca4b20f9781b1dc6974d26952973dfe0d607478c'/>
<id>urn:sha1:ca4b20f9781b1dc6974d26952973dfe0d607478c</id>
<content type='text'>
For some reason, USB devices take 'a while' to become usable; instead
of bailing immediately, sit around waiting to see if the device
becomes usable if we get an EBUSY or EACCES error.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-stmload: Add --verbose flag</title>
<updated>2013-05-08T04:30:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-27T07:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1695f6af46ea647119d651fc09c97d604d08c736'/>
<id>urn:sha1:1695f6af46ea647119d651fc09c97d604d08c736</id>
<content type='text'>
This dumps out the serial communication so you can see where things go wrong.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/lib: Deal with binary USB data in debugging output</title>
<updated>2013-05-08T03:07:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-24T22:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b6128d634c49e1790675ae8111e970b1af1f141'/>
<id>urn:sha1:0b6128d634c49e1790675ae8111e970b1af1f141</id>
<content type='text'>
Dump non-ascii characters in hex format.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Make library support µPusb</title>
<updated>2013-03-21T06:22:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-21T06:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=15bc83a0eaaa9a43d67fdc3e9f412d5b2c1f06dd'/>
<id>urn:sha1:15bc83a0eaaa9a43d67fdc3e9f412d5b2c1f06dd</id>
<content type='text'>
Set baud rate to 9600, look for FTDI-style names

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-dumpflash program</title>
<updated>2013-03-04T00:53:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-04T00:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3605e97ee918b3f87e4c471906f708c3ea027eef'/>
<id>urn:sha1:3605e97ee918b3f87e4c471906f708c3ea027eef</id>
<content type='text'>
This program dumps the entire flash contents of an AltOS device to
allow for external analysis.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-dumplog: add --channel option (for use with -R option)</title>
<updated>2010-08-08T02:30:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-08T02:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=294d9c7db21eaf1e71504dbcca5040371abcce55'/>
<id>urn:sha1:294d9c7db21eaf1e71504dbcca5040371abcce55</id>
<content type='text'>
Sets the channel when downloading data with the -R option.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Flush pending input when switching to remote packet mode</title>
<updated>2009-11-05T05:59:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-05T05:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=843ee489aac34ad6d81f55f1c85fb9eecc42d86b'/>
<id>urn:sha1:843ee489aac34ad6d81f55f1c85fb9eecc42d86b</id>
<content type='text'>
Any pending input would just confuse the application, so pull it off
the link and dump it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ability to dump eeprom data over radio link.</title>
<updated>2009-11-03T09:27:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-03T09:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=27ebaf8e13aed06bb1ea6e770f767495a02be6c5'/>
<id>urn:sha1:27ebaf8e13aed06bb1ea6e770f767495a02be6c5</id>
<content type='text'>
This adds a '-R' option to ao-dumplog to redirect the connection
through a USB attached TeleDongle over the radio link to a remote
TeleMetrum device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ao-dumplog to capture flight log from command line</title>
<updated>2009-09-05T07:29:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-09-05T07:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=26f56b51bd11aa91f1d77b81827b49c28cb6ec5f'/>
<id>urn:sha1:26f56b51bd11aa91f1d77b81827b49c28cb6ec5f</id>
<content type='text'>
This duplicates the functionality of the flight log stuf in ao-view,
except from the command line where it belongs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
