Differences

This shows you the differences between two versions of the page.

Link to this comparison view

interfaces:pony [2014/12/20 23:02]
darron
interfaces:pony [2015/03/22 21:55]
Line 1: Line 1:
-==== Pony ==== 
-<wrap right> 
-{{:interfaces:pony.jpg?200}} 
-</wrap> 
  
-Pony is a serial interface adapter for ATMEL ISP. 
- 
-It only works with a motherboard UART or equivalent. 
- 
-== Files at Olimex == 
- 
-[[https://www.olimex.com/Products/AVR/Programmers/AVR-PG1B/resources/AVR-PG1B-sch.gif|Schematic]]\\ 
-[[https://www.olimex.com/Products/AVR/Programmers/AVR-PG1B/resources/AVR-PG1B.pdf|Manual]] 
- 
-=== Linux === 
- 
- 
-== Program == 
-<code> 
-avrdude -P /dev/ttyS0 -c ponyser ... 
-</code>