Shop OBEX P1 Docs P2 Docs Learn Events
Basic stamp and pic64f84 — Parallax Forums

Basic stamp and pic64f84

ArchiverArchiver Posts: 46,084
edited 2000-05-01 19:10 in General Discussion
Im new using basic stamp II .Im making a lot proyects but they are
very expensive for me .I would like to use pic64f84 but I dont know
if I can use basic stamp software?
It is possible?

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 17:12
    Jose,

    You can use the PicBasic Compiler. It uses BASIC commands very similar
    to the Stamp, and supports a very large number of PIC microcontrollers.

    We have a sample program that shows how simple it is to use the PIC16F84
    with PicBasic at: http://www.rentron.com/PicBasic.htm

    Regards,

    Bruce Reynolds
    http://www.rentron.com

    Original Message
    From: "Jose Rafael Peguero N." <jpeguero@c...>
    To: <basicstamps@egroups.com>
    Sent: Sunday, April 30, 2000 7:48 AM
    Subject: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84


    > Im new using basic stamp II .Im making a lot proyects but they are
    > very expensive for me .I would like to use pic64f84 but I dont know
    > if I can use basic stamp software?
    > It is possible?
    >
    >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 17:42
    Hi Jose,

    The last chapter of my book, Microcontroller Projects with Basic Stamps is
    about making the move to PICs and SX chips. It includes the plans and
    software for our APP-I 16C84/16F84 PIC programmer that uses the Stamp to
    program a PIC (www.al-williams.com/awce/app1.htm).

    The SX is a good way to go too. Very inexpensive and with the SX-Key it is
    inexpensive to get full in circuit emulation. Fast too (50Mhz at 1
    instruction per clock is about like a 200Mhz PIC).

    Check out the book at http://www.al-williams.com/awce/sbook.htm

    Regards,

    Al Williams
    AWC


    >
    Original Message
    > From: Jose Rafael Peguero N. [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=bKUvF03cWZN81dAzX92YRDtjj9kbpdX1kWpRtfDrMAxcy99Fnjs-4QAZUNuTEBJDba5xqRRFr_wtskrJIhBmyyb3]jpeguero@c...[/url
    > Sent: Sunday, April 30, 2000 8:49 AM
    > To: basicstamps@egroups.com
    > Subject: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84
    >
    >
    > Im new using basic stamp II .Im making a lot proyects but they are
    > very expensive for me .I would like to use pic64f84 but I dont know
    > if I can use basic stamp software?
    > It is possible?
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 17:54
    Not directly with the stamp software. There is a company that makes a very
    nice compiler for PICs that can do everything a stamp can do. But it's about
    $200. What the address guys?? Ummm... I've forgot. Try www.phanderson.com
    and there is a links somewhere on there I think.
    -William


    Original Message
    From: Jose Rafael Peguero N. <jpeguero@c...>
    To: <basicstamps@egroups.com>
    Sent: Sunday, April 30, 2000 9:48 AM
    Subject: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84


    > Im new using basic stamp II .Im making a lot proyects but they are
    > very expensive for me .I would like to use pic64f84 but I dont know
    > if I can use basic stamp software?
    > It is possible?
    >
    >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 21:00

    Original Message
    From: "William Cox" <william@c...>
    To: <basicstamps@egroups.com>
    Sent: Sunday, April 30, 2000 10:54 AM
    Subject: Re: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84


    > Not directly with the stamp software. There is a company that makes a very
    > nice compiler for PICs that can do everything a stamp can do. But it's
    about
    > $200. What the address guys?? Ummm... I've forgot. Try www.phanderson.com
    > and there is a links somewhere on there I think.
    > -William

    It's the PicBasic Compiler, and we have both versions
    in stock at: http://www.rentron.com/PicBasic.htm

    Regards,

    Bruce
    http://www.rentron.com



    >
    >
    Original Message
    > From: Jose Rafael Peguero N. <jpeguero@c...>
    > To: <basicstamps@egroups.com>
    > Sent: Sunday, April 30, 2000 9:48 AM
    > Subject: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84
    >
    >
    > > Im new using basic stamp II .Im making a lot proyects but they are
    > > very expensive for me .I would like to use pic64f84 but I dont know
    > > if I can use basic stamp software?
    > > It is possible?
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 21:42
    In a message dated 4/30/00 3:12:45 PM Eastern Daylight Time,
    william@c... writes:

    << Not directly with the stamp software. There is a company that makes a very
    nice compiler for PICs that can do everything a stamp can do. But it's about
    $200. What the address guys?? Ummm... I've forgot. Try www.phanderson.com
    and there is a links somewhere on there I think.
    -William
    >>
    MicroEngineering Labs.
    http://www.melabs.com

    Great product. I use the PicBasic Pro compiler.

    Max
  • ArchiverArchiver Posts: 46,084
    edited 2000-04-30 22:57
    sir,Thank you very much!!!
    Mensaje original
    De: "Bruce" <Breyno2@r...>
    Para: <basicstamps@egroups.com>
    Enviado: Domingo, 30 de Abril de 2000 10:12 a.m.
    Asunto: Re: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84


    > Jose,
    >
    > You can use the PicBasic Compiler. It uses BASIC commands very similar
    > to the Stamp, and supports a very large number of PIC microcontrollers.
    >
    > We have a sample program that shows how simple it is to use the PIC16F84
    > with PicBasic at: http://www.rentron.com/PicBasic.htm
    >
    > Regards,
    >
    > Bruce Reynolds
    > http://www.rentron.com
    >
    >
    Original Message
    > From: "Jose Rafael Peguero N." <jpeguero@c...>
    > To: <basicstamps@egroups.com>
    > Sent: Sunday, April 30, 2000 7:48 AM
    > Subject: [noparse][[/noparse]basicstamps] Basic stamp and pic64f84
    >
    >
    > > Im new using basic stamp II .Im making a lot proyects but they are
    > > very expensive for me .I would like to use pic64f84 but I dont know
    > > if I can use basic stamp software?
    > > It is possible?
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2000-05-01 19:10
    On Sun, 30 Apr 2000, William Cox wrote:
    > Not directly with the stamp software. There is a company that makes a very
    > nice compiler for PICs that can do everything a stamp can do. But it's about
    > $200. What the address guys?? Ummm... I've forgot. Try www.phanderson.com
    > and there is a links somewhere on there I think.
    > -William

    You can also try a less expensive C-comipler if you are willing to learn C
    - it's not so hard. HiTech Software has made a version of their
    C-compiler available for free. Piclite only works on PIC16F84's with no
    floating-point operators and the license says something about student use
    only.

    CCS offers their CCM C-compiler for 14-bit PIC's like the PIC16F84/87x for
    only $99. It includes a lot of neat functions that almost makes it easier
    to program than PicBasic Pro. It also has floating-point op's. Professor
    Anderson recommends it!


    Fred

    >
    Original Message
    > From: Jose Rafael Peguero N. <jpeguero@c...>
    >
    > > Im new using basic stamp II .Im making a lot proyects but they are
    > > very expensive for me .I would like to use pic64f84 but I dont know
    > > if I can use basic stamp software?
    > > It is possible?
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
Sign In or Register to comment.