I'm trying to start with PIC microcontrollers. I bought this programmer: http://www.kitsrus.com/pdf/k150v2.pdf and a 16F628A.
But I'm not able to use it with my Arch Linux... How can I do that?
Thx
I'm trying to start with PIC microcontrollers. I bought this programmer: http://www.kitsrus.com/pdf/k150v2.pdf and a 16F628A.
But I'm not able to use it with my Arch Linux... How can I do that?
Thx
To use on linux, you need a python program called picpro.py. The 2 posts explain:
As far as I know there is no Linux software for that programmer, however you might be able to get the Windows version working through Wine. You will also need a virtual com port driver for the FTDI USB chip (this should already be included in your Arch Linux kernel).
If the Windows app refuses to work then the only other option may be to develop your own version. The programmer's software protocol is documented here.