8000 Duinod 0.4 - arduino IDE 1.0 - Arduino 2560 - Serial Library · Issue #5 · miniBloq/duinos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Duinod 0.4 - arduino IDE 1.0 - Arduino 2560 - Serial Library #5
Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
Hi;
I run this code , but on the Serial monitor ,I had nothing


void setup()   
{                

 Serial.begin(9600); 


}



void loop()                     
{
 while (Serial.available()) 

 {

  for(int I_1 = 0; I_1 <= 10; I_1 += 1)                
          {                                                     
 Serial.print("I_1 =  ");Serial.println(I_1) ;                                                   
            delay(1000);  

          }   

 }


}

Original issue reported on code.google.com by ouazar.y...@gmail.com on 22 May 2012 at 11:47

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0