![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
"Should I bother with basic stamp?"
My answer is no. |
|
|
|
|
|
|
(permalink) |
|
I remember in the early Stamp days the testiomonials from just about every source. I had a couple of Stamps when ages back but they are so slow and expensive, also the code is not designed for anything much more complex then a state machine. I still like BASIC for quick code and love the Swordfish BASIC for PICS. When I need tight mustitasking code I'll write it in assembler and I'm still learning C.
With a proper PIC programmer you have a lot of options and cheap PICs to work with. |
|
|
|
|
|
|
(permalink) |
|
I've heard about BASIC stamp, are they what I thought they are, just a ROM with a BASIC interpreter?
I don't see the point, interpreters are good for rapid delvelopment (where code changes frequently) but they're slow. From what I gather microcontrollers are slow to start off with and once the code is flased, it isn't chaged very often, if at all. A BASIC interpreter would just slow the already slow CPU down even more and ofer no benifit. If you want BASIC, then I don't see why you can't get a compiler that converts the program to machine code before programming the chip.
__________________
I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez |
|
|
|
|
|
|
(permalink) |
|
Yes a BASIC Stamp is just an ancient 16F57 with eeprom and a P-code interpreter. Has a built in eeprom loader and simple serial port. They are popular in some magazines like Nuts & Volts.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
They are very clever though, just way too expensive and slow - bear in mind, at the time the STAMP came out there were no BASIC compilers, and all tools were DOS only. WinPicProg was the worlds first Windows PIC programmer software, a long time before MicroChip released any Windows tools. One reason I don't use simulators is when I started it was a DOS tool, and you wouldn't believe how horrible it was! |
||
|
|
|
|
|
(permalink) |
|
You're right even worse the 16C57. Talk about some well written bit O code though... They had to get it right as there is no way to fix it later.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
I wasn't worried about what language to program in. Its been so long since I wrote any basic code, or Vb for that matter, that I'll have learn any language I use. I was just curious from a beginners perspective for learning the ins and outs so to speak.
Buy the way just got confirmation from ebay that my junebug was shipped.
__________________
Don't touch that wire........Um......are you ok? |
|
|
|
|
|
|
(permalink) |
|
Well, the Basic Stamp is/was a good tool for the right job, for example you are building a robot. You don't want to learn about the internals of a microcontroller, or electronics even, when your hobby/goal is a servo controller or something.
You just need that black box controller. I wouldn't use one ( unless I had to ), the price is too high, when I can rather more efficiently hack up something with my own uC. The newer BS stamps (>BSII) dont use the 20Mhz/5 Mips 16C series running at whatever the BS onboard clocking ( something around 16Mhz IIRC) , but the SX series which for 50MHZ will give you 50Mips. I don't know the actually clocking/ basic lines/sec though. |
|
|
|
|
|
|
(permalink) |
|
If you want the ease of BASIC and speed of a compiler I've used the free SE edition of Swordfish on my robot kit (PIC18F2525). Excellent compiler all around and far far better than any BASIC Stamp.
|
|
|
|
|
|
|
(permalink) |
|
Not worried about ease of basic. I really want to learn C.
But I did just leave positive feedback about the junebug I just received. I will play with it tonite!
__________________
Don't touch that wire........Um......are you ok? |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Going from BASIC STAMP to PIC, which programmer/software? | RaG | Micro Controllers | 13 | 31st May 2006 06:01 AM |
| Basic Stamp & RC Car | pianoman | Micro Controllers | 4 | 19th February 2005 12:42 AM |
| PIC basic and Basic stamp | Cyborg | Micro Controllers | 5 | 21st April 2004 08:44 AM |
| Can a Basic Stamp support 2 serial ports? | Scruit | Electronic Projects Design/Ideas/Reviews | 13 | 15th August 2003 02:07 PM |
| LED marquee (controlled by BASIC Stamp 2) | cheesy9999 | Electronic Projects Design/Ideas/Reviews | 1 | 23rd April 2003 05:19 AM |