You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of open-source development for Microchip's PICKit series of programmers. This list is NOT for general discussion of PIC development. For that, see http://piclist.com. This list is NOT for support of Microchips' software. For that, their forums are a good place to start.
|
|
|
Pickit 2 with pk2cmd Can Only Program One Type of PIC
|
| |
Hello to all,
I've been using my Pickit 2 with pk2cmd for about a year with no problems. I recently purchased a new laptop on the death of my old one. The old laptop ran a 32 bit OS. The new one runs a 64 bit OS. I downloaded the pk2cmd source and compiled it successfully. At first,... more »
|
|
PIC16F690 port B
|
| |
Going through Chuck Hellebuyck's book 2 chapeter 10 driving stepping
motors. Understand it all and it works fine. Try to change the
output port from C to B in order to free up the 8 pins in port c for
...
PORTB = 0x00;
TRISB = 0x00'
case 1;
RC4 = 1;... more »
|
|
PICKit 3
|
| |
...Not so sure whether that will happen or not. Microchip does release the standalone PC application for PICkit 3. [link] And there is a console program for PICkit 3 under MPLAB installation as well. But the above two are for Windows only and no source codes are released.... more »
|
|
Digest for pickit-devel@googlegroups.com - 1 Message in 1 Topic
|
| |
Today's Topic Summary Group: [link] Need some help for PIC16F684 and PC Parallel port communication. [1 Update] Need some help for PIC16F684 and PC Parallel port communication. Tuks khandekar.tuka...@gmail.com Nov 01 04:03PM -0700 We have written following code for communication between PIC and Parallel port on the PC. I want parallel port to send a number to PIC and PIC should increment it by one and send it back. STROBE signal from parallel port i... more »
|
|
Need some help for PIC16F684 and PC Parallel port communication.
|
| |
We have written following code for communication between PIC and
Parallel port on the PC.
I want parallel port to send a number to PIC and PIC should increment
it by one and send it back.
STROBE signal from parallel port is used for synchronization.
RC0, RC1, RC2 and RC3 are used as data pins and RA1 is used for... more »
|
|
Invitation to connect on LinkedIn
|
| |
LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Xiaofan Xiaofan Chen Staff Engineer at Rockwell Automation Singapore Confirm that you know Xiaofan Chen [link]
|
|
Pickit3 and PICkit Serial vs. PICkit2
|
| |
I had a laugh at the video blog telling me how my PICkit3 was not the
great investment it could have been, and how I've gotten (mostly)
lesser functionality than the PICkit2.
When I plugged in my PICkit serial, I accidentally hosed it by
unplugging it during a firmware upgrade. but when I popped it open, I... more »
|
|
pk2cmd bugfix
|
| |
I need the following small fix to pk2usb.cpp. if (d){ //added by Xiaofan on 19-Feb-2010 if (device->descriptor.iSerialNum ber > 0) { usb_get_string_simple(d, device->descriptor.iSerialNumb er, unitIDSerial, 64); if (unitIDSerial[0] && (unitIDSerial[0] != 9)) { strcpy(unitID, unitIDSerial);... more »
|
|
pk2cmd with libusb 1.0
|
| |
[link] PICkit 2 (pk2cmd) is used as a testing tool for porting the libusb 1.0 API (now working under Linux and Mac OS X, a FreeBSD port is on the way) to Windows. Pete Batard posts this quick Windows only port of pk2cmd to Windows libusb 1.0 (HID backend, the other backend is WinUSB).... more »
|
|
|