gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Sun, 18 May 2003, Michael P. Rogers wrote:
> I'm looking for a way to program PICmicro chips from a Mac OS X box
> for a course that I'm developing. Does anyone have any
> experience/ideas as to how to accomplish this? Mac OS X is
> UNIX-based, so I'm hoping this is doable.
I can tell you what tools I use with my OS/X machines while working on
PIC related projects.
software:
---------
- assembler - gputils - http://gputils.sourceforge.net/
- programmer - picp - http://www.cosmodog.com/pic/
hardware:
---------
- Keyspan serial to USB adapter (USA-19QW)
- Microchip picstart plus programmer
Nothing fancy, but it works. I am quite happy with the setup. I've even
begun using PCB for board layout work, and have been porting gschem for
schematic usage. These both make some usage of other fink packages that
I've installed.
gnupic@linuxhacker.org