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
interfaces:pl2303 [2015/03/22 21:55]
127.0.0.1 external edit
interfaces:pl2303 [2023/06/11 19:52] (current)
darron [TTL cable]
Line 4: Line 4:
 \\ \\ \\ \\
 {{ :interfaces:16f648a.jpg?200}} {{ :interfaces:16f648a.jpg?200}}
 +\\ \\ 
 +{{ interfaces:ttl_cable.jpg?200}}
 </wrap> </wrap>
  
Line 11: Line 13:
  
 == udev /dev/ttyPL2303 == == udev /dev/ttyPL2303 ==
 +
 <code> <code>
 KERNEL=="ttyUSB*",\ KERNEL=="ttyUSB*",\
Line 21: Line 24:
  
 == udev by-id == == udev by-id ==
 +
 <code> <code>
 /dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0 /dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0
 </code> </code>
-udev by-id is not supported by Pickle Microchip PIC ICSP.+ 
 +=== TTL cable === 
 + 
 +Wiring guide is the inverse of normal and there is no guarantee that this 
 +is consistent for all devices. 
 + 
 +<code> 
 +RED 5V 
 +BLACK GND 
 +GREEN RX (TARGET RX) 
 +WHITE TX (TARGET TX) 
 +</code>
  
 === Pickle Microchip PIC ICSP === === Pickle Microchip PIC ICSP ===
Line 30: Line 45:
 == Velleman K8048 Configuration == == Velleman K8048 Configuration ==
 <code> <code>
-DEVICE=/dev/ttyUSB0+DEVICE=TTY 
 +IFACE=/dev/ttyUSB0
 SLEEP=600 SLEEP=600
 BITRULES=0x001F BITRULES=0x001F
 </code> </code>