On Wednesday, July 11, 2012 10:42:23 AM UTC-7, (unknown) wrote:
> On Wednesday, July 11, 2012 7:55:53 AM UTC-7, hamilton wrote:
> > On 7/11/2012 7:36 AM, Stef wrote:
> > > In comp.arch.embedded,
> > > hamilton &
amp;lt;hami...@nothere.com> wrote:
> > >> On 7/10/2012 4:41 PM, Stef wrote:
> > >>>
> > >>> Then I found this one:
http://www.tri-plc.com/fmd88-10.htm
> > >>> looks like it has all I require and the price is also not bad, $ 229,- on
> > >>> the US webshop. I will call a nearby distributor in the morning to check
> > >>> availability, usability and price overhere.
> > >>>
> > >>> Anyone experience with this one (or with the brand)? Or other suggestions
> > >>> of similar boards?
> > >>>
> > >>>
> > >> Yes, I have one of these board in the garage.
> > >> That's why I suggested:
http://www.sparkfun.com/products/7830
> > >>
> > >> The fmd88 is very powerful, but ladder logic just does not make sense to me.
> > >
> > > Ladder programming is not my favorite either, but i think I can manage for
> > > the very small amount that is required for this project. But apart from
> > > that, is the board any good? Webserver, file upload, etc.
> >
> > Never got that far.
> >
> > >
> > >>
> > >> Programming C on MPLAB was much easier.
> > >
> > > My experience with C on PIC is very old (15 jears?) and vary bad. After
> > > a few tests we reverted to asm. Since those days we have not used PIC in
> > > many projects, the AVR and ARM where in our opinion much easier to work
> > > with.
> >
> > Yes, I agree 15 jears ;-) is a long time.
> >
> > >
> > > Have things improved a lot since then? I should think so.
> > > Maybe we should have another go at PIC when we have a suitable project.
> > > How is the compiler these days? When we tried it, I think microchip was
> > > the only one selling a compiler. And at a price I can not justify for
> > > this 3-piece project when I can buy ready hardware+software for just
> > > a little bit more per board.
> > >
> >
> > The PIC18 family is so much better and was designed to be C compatible.
> > Also, a PIC18 compiler is free with Microchips IDE.
> >
> > I have developed 10 PIC18 boards in the past 4 years.
> >
> > I have only experimented with the PIC18 w/ethernet, but I will be added
> > yet another product to the mix soon.
> >
> > Microchip products have come a long way from the PIC16C series of 10+
> > years ago.
> >
> > If you have time enough to learn ladder logic, you will be able to
> > pickup PIC18 very easily.
> >
> > hamilton
>
> Just skip PIC16 and PIC18. PIC24 is OK. PIC32 is better. PIC32 C is GCC based, no porting problem. PICKIT 3 will program any PIC32 chip. TCP/IP stack is available from Microchip library.
The new PIC32MX250F128 seems cool. It is smaller (44 pins vs. 64 pins) and with remapped I/Os (similar to PIC24). The remapped I/Os are missing in previous generations of PIC32. We will be switching to this chip in a new design.