Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:pic32prog [2015/03/07 13:15]
darron
tools:pic32prog [2016/02/17 03:41]
darron [Install]
Line 2: Line 2:
  
 <wrap right> <wrap right>
-{{:tools:pic32prog.jpg?200}}+{{:tools:pic32prog-57600.jpg?200}}
 </wrap> </wrap>
  
Line 9: Line 9:
  
 The version of PIC32Prog available from GitHub is compatible The version of PIC32Prog available from GitHub is compatible
-with [[:projects:nanu-nanu|Nanu Nanu]] at 115200 baud.+with [[:projects:nanu-nanu|Nanu Nanu]] at 115200 and 57600 baud.
  
-Soon PIC32Prog will support user-defined bit rates to allow 57600 baud operation. 
 === Install === === Install ===
  
 <code> <code>
-apt-get install libusb-1.0-0-dev                                                        +apt-get install libusb-dev libusb-1.0-0-dev libudev-dev
-apt-get install libudev-dev  +
 git clone https://github.com/sergev/pic32prog.git git clone https://github.com/sergev/pic32prog.git
-cd pic32prog.git +cd pic32prog 
-sed -i 's/ludev/ludev -lrt/' makefile+git checkout 905b43ec689abd110019fa186deae8bbd79a9e00
 make make
 make install make install