Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
interfaces:pl2303 [2014/12/19 08:14]
127.0.0.1 external edit
interfaces:pl2303 [2023/06/11 19:51]
darron [TTL cable]
Line 1: Line 1:
 ==== Prolific PL2303 ==== ==== Prolific PL2303 ====
- 
 <wrap right> <wrap right>
-{{ :interfaces:pl2303.jpg?300}}+{{ :interfaces:pl2303.jpg?200}}
 \\ \\ \\ \\
-{{ :interfaces:16f648a.jpg?300}}+{{ :interfaces:16f648a.jpg?200}} 
 +\\ \\  
 +{{ interfaces:ttl_cable.jpg?200}}
 </wrap> </wrap>
  
 This is a high speed USB UART. This is a high speed USB UART.
  
-=== k8048 Microchip PIC programmer ===+=== Linux === 
 + 
 +== udev /dev/ttyPL2303 == 
 + 
 +<code> 
 +KERNEL=="ttyUSB*",
 +    ATTRS{idVendor}=="067b",
 +    ATTRS{idProduct}=="2303",
 +    GROUP="dialout",
 +    MODE="0660",
 +    RUN+="/bin/ln -sf %k /dev/ttyPL2303" 
 +</code> 
 + 
 +== udev by-id == 
 + 
 +<code> 
 +/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0 
 +</code> 
 + 
 +=== TTL cable === 
 + 
 +Wiring guide is the inverse of reality but 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 ===
  
 == Velleman K8048 Configuration == == Velleman K8048 Configuration ==
 <code> <code>
-DEVICE=/dev/ttyUSB0+DEVICE=TTY 
 +IFACE=/dev/ttyUSB0
 SLEEP=600 SLEEP=600
 BITRULES=0x001F BITRULES=0x001F
-BUSY=0 
 </code> </code>