chipKIT® Development Platform

Inspired by Arduino™

No firmata?

Created Tue, 11 Oct 2011 02:51:38 +0000 by rb1980


rb1980

Tue, 11 Oct 2011 02:51:38 +0000

According to the wiki here: http://www.chipkit.cc/wiki/index.php?title=Library_Status Firmata is not working, yet on this page it lists it as supported: http://www.chipkit.org/wiki/index.php?title=ChipKIT%E2%84%A2_Support_Resources&oldid=280

So it's supported but not working? :?

I am looking for a way to interface the Max32 to PD (Pure Data http://puredata.info/). Is there some other way I'm overlooking?


yoshco

Sun, 22 Jan 2012 12:15:26 +0000

any news? on max32 im getting

AllInputsFirmata.cpp: In function 'void loop()':
AllInputsFirmata.cpp:63:27: error: too few arguments to function 'unsigned char readPort(byte, byte)'
M:\bin\mpide\mpide-0023-windows-20111221\.\hardware\pic32\libraries\Firmata/Boards.h:300:29: note: declared here

Ryan K

Thu, 16 Feb 2012 20:37:50 +0000

Hello,

The second value is for bit masking so if you add 0xFF as the second parameter it should work properly. I believe it would be readPort(i, 0xFF) in the example if I'm not mistaken.

Best Regards, Ryan K