Firmdata for the MEGA 2560

Is firm data Dead? I don't see much going on with advances in FIRMDATA.

How can I get started developing a version that will function all pins on the MEGA?

How can I get started developing a version that will function all pins on the MEGA?

Download the code, read it, then make changes to use other pins.

Thank you.. but maybe I was not clear in my question. I am concern about the FIRMATA client software. The one running on the Windows desktop to communicate without the use of the Monitor.

I was looking for code to read the Arduino in Visual C++ from Visual studio.

JEC

Wow I thing a year and a half is the longest I have seen for a reply.

I am concern about the FIRMATA client software. The one running on the Windows desktop to communicate without the use of the Monitor.

Well if you would have read the rules of this forum you would know to supply links to obscure software. This is an Arduino forum not a Windows forum.

You would be better off asking in a place where they give a **** about Windows.

Both PyMata and pymata-aio allow you to control all of the pins of the Mega using StandardFirmata or FirmataPlus (Not StandardFirmataPlus).