不知道大家有没有用过firmata(Firmata is a generic protocol for communicating with microcontrollers from software on a host computer一个使计算机控制MCU的通用通讯协议,arduino库里自带,没用过的话可以看http://firmata.org/wiki/Main_Page),你可以在计算机上用各种语言控制arduino,甚至在android设备上也可以http://shokai.github.io/ArduinoFirmata-Android!我今天要说的是一个类似的协议,不过更有趣,它看起里更像一个升级版,并且有微型交互式C语言解释器,用起来有些像python语言,好高级的说!