PDA

View Full Version : Can MCSPX be used with Arduinos?



Hylan
- 26th August 2014, 18:05
I was reading in SERVO magazine an article about using Great Cow Basic compiler to write code in basic for Arduino. Since I'm already familiar with the Pic Basic Pro, I was wondering if this could be used to write code for an Arduino and what the steps and settings would be to compile and program.

Thank you,
Hylan

Dave
- 26th August 2014, 18:50
Pic Basic Pro compiler was written for the MicroChip processor series. It supports the 10F, 12f, 16c, 16F, 18F series to name a few.

Bartchou
- 2nd September 2014, 02:42
Great Cow BASIC is an open-source BASIC compiler for Microchip PIC microcontrollers,
It's compiles for most 10/12/16/18 series PIC controllers.

But there are no PIC MCU in the Arduino MCU list.
7432

HenrikOlsson
- 2nd September 2014, 06:20
Hi,
No, there's no PIC on any Arduino but there are (a boatload of) ATMEL chips on Great Cow Basics list of suported chips (http://gcbasic.sourceforge.net/chips.html).

So, apparently Great Cow BASIC can be used with the Arduinos but to answer Hylans original question, no, PBP can't compile code for an Arduino (ATMEL MCU).

If you want a development platform "like" the Arduino but based on PIC instead (and write your code in PBP) take a look at the AMICUS18 (http://www.myamicus.co.uk/content.php?115-Amicus18-Board) or (a clone) the AMIPIC18. Arduino shields fit these boards physically, sometimes you need to take care of some electrical connection issues/conflicts, like with the Ethernet shield (http://www.picbasic.co.uk/forum/showthread.php?t=14876).

/Henrik.

towlerg
- 4th September 2014, 15:56
Just a thought, but doesn't that make GCB a great way to port from or to ATMEL. Wouldn't it be handy if PBP could do that, maybe even get some sales from peep who like Arduinos but don't like the C like script language it uses or from peep who know PBP and want to play with Arduinos.

George