Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:cp2104 [2014/12/19 08:56] – darron | interfaces:cp2104 [2020/08/22 06:10] (current) – [Pickle Microchip PIC ICSP] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Silicon Labs cp2104 ==== | ==== Silicon Labs cp2104 ==== | ||
- | {{ : | + | <wrap right> |
+ | {{: | ||
+ | </ | ||
This is a high speed USB UART with GPIO. | This is a high speed USB UART with GPIO. | ||
- | == Documentation at Silicon Labs === | + | === CnewteC CNT-003 (pictured) |
- | [[https:// | + | The CNT-003 is designed for Arduino and has a built-in 100nF capacitor on DTR. |
- | == CnewteC CNT-003 (pictured) | + | === Linux === |
- | The CNT-003 is designed for Arduino and has a built-in 100n capacitor on DTR. | + | |
+ | == udev / | ||
+ | |||
+ | < | ||
+ | KERNEL==" | ||
+ | ATTRS{idVendor}==" | ||
+ | ATTRS{idProduct}==" | ||
+ | ATTRS{serial}==" | ||
+ | GROUP=" | ||
+ | MODE=" | ||
+ | RUN+="/ | ||
+ | </ | ||
+ | |||
+ | == udev by-id == | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | === Pickle Microchip PIC ICSP === | ||
+ | |||
+ | |||
+ | GPIO bit-bang on the CNT-003 is supported using the CP210x_VCP_Linux_3.13 kernel driver. | ||
+ | === Resources === | ||
+ | [[https:// | ||
- | == k8048 Microchip PIC programmer == | ||
- | This CNT-003 is unsupported, | ||