Loading...
Pages: [1]   Go Down
Author Topic: Command to obtain diagnostic information  (Read 135 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 24
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

I am wondering if there is some command or function that I can call that will return some information about the arduino that I am using. I would like to be able to obtain some diagnostic information about the device (available memory, type of arduino, etc) without having to hardcode it in everytime I change devices.

Is anything like this possible? Any device specific information would be good.
Logged

Seattle, WA USA
Offline Offline
Brattain Member
*****
Karma: 311
Posts: 35470
Seattle, WA USA
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Quote
Is anything like this possible?
Not yet. Let us know when you get it done.

Quote
I am wondering if there is some command or function that I can call that will return some information about the arduino that I am using.
Call from where?

Quote
available memory
http://playground.arduino.cc/Code/AvailableMemory

Quote
type of arduino
The compiler knows this, because you told it. You can create a function used on all Arduino types that prints a different string based on the compile-time info you supplied.

Logged

Sydney
Offline Offline
God Member
*****
Karma: 14
Posts: 717
Big things come in large packages
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

Try looking in http://www.visualmicro.com/.

They have a code debuugger that works with the Arduino. I tried a beta version and it seemed to work ok, but have not really pushed the product in any real sense.
Logged


Pages: [1]   Go Up
Print
 
Jump to: