kotobuki / funnel

Automatically exported from code.google.com/p/funnel
Other
2 stars 2 forks source link

digital pin reporting in Firmata v2 won't work as expected #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. upload Standard_Firmata sketch to an Arduino Nano
2. run Funnel Server
3. run a sketch in Ruby

What is the expected output? What do you see instead?
If digital pins are enabled (default), the responce on the input side goes
very slow. The output side looks fine. As a workaround, modifiy as follows
to surpress digital input reports:

void loop() 
{
//    checkDigitalInputs();  

Please use labels and text to provide additional information.
r399
Arduino 0011
Firmata-2.0beta1

Original issue reported on code.google.com by kotob...@gmail.com on 1 Aug 2008 at 1:39