Re: [Sdcc-user] PIC programmer support

2014-06-10 Thread Diego Herranz
Let me add info of another PIC programmer, it's called USB PIC Prog ( http://usbpicprog.org/) - It's open source (SW and HW) - You can build the HW or buy it (20€) - Works over USB - Works on Windows, Mac and Linux - Graphical or command line interface Maybe the weakest point is not being able to

Re: [Sdcc-user] PIC programmer support

2014-06-09 Thread John J. McDonough
> Date: Sat, 7 Jun 2014 08:07:24 +0100 > From: Richard Gray > Subject: [Sdcc-user] PIC programmer support > To: sdcc-user@lists.sourceforge.net > Message-ID: <201406070807.24082.rich...@reallyrathergood.com> > Content-Type: text/plain; charset="us-ascii" >

Re: [Sdcc-user] PIC programmer support

2014-06-08 Thread Bodo Wenzel
> I used the supplied software on > Windows, which drove the programmer via an RS232C port. Did you try to run the Windows software with WINE? The capabilities of WINE are quite amazing, though I never tried to use the RS232 port this way. Good luck! Bodo ---

Re: [Sdcc-user] PIC programmer support

2014-06-07 Thread Patrick Wacker
Hi Richard, I am using a clone of an ICD2 programmer/debugger to program and debug my PICs. At the time I was looking for an IDE for linux I found piklab [1]. I found it quite usefull for the programs I did for PICs (mostly in assembler using gputils, but piklab also supports sdcc). The last r

Re: [Sdcc-user] PIC programmer support

2014-06-07 Thread Joel Davidson
Hi Richard- I've used the usb_pickit s/w with my pickit 1 and it provides a great set of utilities. You'd have to do some research to see if the code will work with your PICstart. Joel -- Joel Davidson Austin, TX On Sat, 7 Jun 2014, it would appear that Richard Gray wrote: > Hi Folks, > > I'm

Re: [Sdcc-user] PIC programmer support

2014-06-07 Thread Kustaa Nyholm
On 07/06/2014 10:07, "Richard Gray" wrote: >Hi Folks, > >I'm sorry that this is a bit off-topic, but if ever there was an audience >to >ask this question of, if would have to be here. > >Quite a few years ago, I did a project using a mid-range PIC16F84A - >mostly >about digital inputs and outputs

[Sdcc-user] PIC programmer support

2014-06-07 Thread Richard Gray
Hi Folks, I'm sorry that this is a bit off-topic, but if ever there was an audience to ask this question of, if would have to be here. Quite a few years ago, I did a project using a mid-range PIC16F84A - mostly about digital inputs and outputs. The project worked perfectly, but I used a progra