Bedankt voor je reactie,
De Arduino die ik heb.
Arduino Ethernet W5100-netwerk shield
Arduino Mega 2560 ATmega2560-16AU
Alles is op elkaar aangesloten inclusief Nodo plaat 1.2 met koppelprint
USB is com 11, usb kabel uiteraard ook aangesloten.
Netwerkkabel is aangesloten.
Ik gebruikte 023 en heb nu net 1.0 geprobeerd.
Maar ik krijg nu de onderstaande melding.
Ik had gelezen dat je dan 023 moet gebruiken, vandaar de oude versie die ik gebruikt heb.
viewtopic.php?f=9&t=142&p=596&hilit=SerialHold%27+was+not+declared+in+this+scope%5D#p596Op de ethernet kaart branden meerdere lampjes blauwe lampjes. Ethernetpoort knippert groen.
Op de Mega 2560 brand 1 lampje rood, een ander knippert (vlak onder de ethernet poort).
Power lampje van de Nodo brand groen.
SerialHold(true);// XOFF verzenden zodat PC even wacht met versturen van data via Serial (Xon/Xoff-handshaking)
En in e onderste balk:
sketch_apr26a.cpp: In function 'void setup()':
Nodo:724: error: 'SerialHold' was not declared in this scope
Nodo:725: error: 'Led' was not declared in this scope
Nodo:726: error: 'LoadSettings' was not declared in this scope
Nodo:727: error: 'ResetFactory' was not declared in this scope
Nodo:760: error: 'PulseCounterISR' was not declared in this scope
Nodo:772: error: 'ProgmemString' was not declared in this scope
Nodo:780: error: 'ClockRead' was not declared in this scope
Nodo:781: error: 'SetDaylight' was not declared in this scope
Nodo:804: error: 'PrintWelcome' was not declared in this scope
Nodo:805: error: 'command2event' was not declared in this scope
Nodo:805: error: 'ProcessEvent' was not declared in this scope
sketch_apr26a.cpp: In function 'void loop()':
Nodo:826: error: 'SerialHold' was not declared in this scope
Nodo:844: error: 'FetchSignal' was not declared in this scope
Nodo:846: error: 'AnalyzeRawSignal' was not declared in this scope
Nodo:853: error: 'CheckRawSignalKey' was not declared in this scope
Nodo:855: error: 'ProcessEvent' was not declared in this scope
Nodo:869: error: 'FetchSignal' was not declared in this scope
Nodo:871: error: 'AnalyzeRawSignal' was not declared in this scope
Nodo:878: error: 'CheckRawSignalKey' was not declared in this scope
Nodo:880: error: 'ProcessEvent' was not declared in this scope
Nodo:899: error: 'Led' was not declared in this scope
Nodo:915: error: 'Led' was not declared in this scope
Nodo:926: error: 'ExecuteIP' was not declared in this scope
Nodo:951: error: 'ProgmemString' was not declared in this scope
Nodo:953: error: 'RaiseError' was not declared in this scope
Nodo:965: error: 'ProgmemString' was not declared in this scope
Nodo:982: error: 'ExecuteLine' was not declared in this scope
Nodo:993: error: 'PrintWelcome' was not declared in this scope
Nodo:1000: error: 'ProgmemString' was not declared in this scope
Nodo:1006: error: 'cmd2str' was not declared in this scope
Nodo:1039: error: 'ExecuteLine' was not declared in this scope
Nodo:1066: error: 'ClockRead' was not declared in this scope
Nodo:1069: error: 'CheckEventlist' was not declared in this scope
Nodo:1072: error: 'ProcessEvent' was not declared in this scope
Nodo:1085: error: 'SetDaylight' was not declared in this scope
Nodo:1088: error: 'command2event' was not declared in this scope
Nodo:1090: error: 'ProcessEvent' was not declared in this scope
Nodo:1109: error: 'command2event' was not declared in this scope
Nodo:1110: error: 'ProcessEvent' was not declared in this scope
Nodo:1116: error: 'command2event' was not declared in this scope
Nodo:1117: error: 'ProcessEvent' was not declared in this scope
Nodo:1136: error: 'command2event' was not declared in this scope
Nodo:1137: error: 'ProcessEvent' was not declared in this scope
Alvast bedankt voor de hulp,
Mark