Page 1 of 1

program language

Posted: Thu Oct 20, 2016 5:28 am
by amiire
Hello !
I have a ''Logomatic c V2 - Serial SD''.I wish to know what language to use for program ?
thanks

Re: program language

Posted: Fri Oct 21, 2016 8:34 am
by Valen
Have you looked at the links in the documents section of the product page? Then you would have found the hookup guide. Which explains which commands to store in a config file to make operate in a certain way.

Googling I also found this PDF from sparkfun. It looks like the Hookup-guide: https://www.sparkfun.com/products/12772

If you wish to change the program that it is running then you can write your program in C/C++. But you'll need to find a development environment for that chip, arm-based LPC2148. Here is another Sparkfun tutorial that talks about it.

https://www.sparkfun.com/tutorials/94

I never did this or owned it so I can't help further.

Re: program language

Posted: Fri Oct 21, 2016 8:55 am
by amiire
It's already good Valen.Thank you !