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
projects:winklepicker [2017/02/18 00:47]
darron [Winklepicker Reset Controller]
projects:winklepicker [2017/02/22 22:26]
darron [Winklepicker Reset Controller]
Line 4: Line 4:
 </wrap> </wrap>
  
-Winklepicker Reset Controller is a RS232 BREAK detector using either PIC12F1501 or PIC12F1571 micro-controller.+Winklepicker Reset Controller is a RS232 BREAK detector using either PIC12F1501 or PIC12F1571 microcontroller.
  
-It has been designed specifically for the [[:projects:oxford|Oxford]] and [[:projects:wellington|Wellington]] boot loaders and it works in conjunction with the [[:projects:easyloader|Easy-loader]] firmware upload utility.+It has been designed specifically for the [[:projects:cowboy|Cowboy]], [[:projects:oxford|Oxford]] and [[:projects:wellington|Wellington]] boot loaders and it works in conjunction with the [[:projects:easyloader|Easy-loader]] firmware upload utility.
 === Licence === === Licence ===
  
Line 27: Line 27:
 The target device is reset after a BREAK condition is sent from the host with a duration of ~50ms. The target is taken out of reset when the BREAK condition ends. The target device is reset after a BREAK condition is sent from the host with a duration of ~50ms. The target is taken out of reset when the BREAK condition ends.
  
-This mode works with a large variety of UART devices which may only have Tx/Rx connections, some devices can be seen pictured above.+This mode works with a large variety of UART devices which may only have Tx/Rx connections, some devices can be seen in the picture above.
  
 ==Mode 2== ==Mode 2==
Line 35: Line 35:
 Routing is enabled when RTS is low during a BREAK condition and disabled when RTS is high during a BREAK condition. Routing is enabled when RTS is low during a BREAK condition and disabled when RTS is high during a BREAK condition.
  
-This mode can be used to simply reset the device or allow fine grained control of the reset pin for ICSP.+This mode can be used to simply reset the device or allow fine grained control of the reset pin for ICSP. It has also been designed to allow RTS to perform regular serial duties when not routed through to the target reset pin.
  
 === Demonstration === === Demonstration ===