Hallo an alle,
ich bin mir nicht sicher, ob ich in diesem Forum (First Step) richtig bin. Falls nicht bitte Info.
Aber nun zu meinem Problem:
Ich habe mir ein Arduino uno - Board besorgt und wollt das Tool AVIOM aus dem Heft 7.12 testen. Nach dem laden der Software (AVIOM_Arduino_1 incl. actions, Conditions, Help_status, Macro, SateEngine und Utilities) in die Arduino Entwicklungsumgebng und dem anschliessenden upload bekomme ich folgende Fehlermeldung:
"NewSoftSerial" does not name a type
------------------------------------
AVIOM_Arduino_1.pde:-1: error: 'NewSoftSerial' does not name a type
AVIOM_Arduino_1.cpp: In function 'void setup()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void I2C_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void UART_setClock()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_flush()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_bytesAvailable()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
ich bin für jede Hilfe dankbar
Gruß
4fun2
ich bin mir nicht sicher, ob ich in diesem Forum (First Step) richtig bin. Falls nicht bitte Info.
Aber nun zu meinem Problem:
Ich habe mir ein Arduino uno - Board besorgt und wollt das Tool AVIOM aus dem Heft 7.12 testen. Nach dem laden der Software (AVIOM_Arduino_1 incl. actions, Conditions, Help_status, Macro, SateEngine und Utilities) in die Arduino Entwicklungsumgebng und dem anschliessenden upload bekomme ich folgende Fehlermeldung:
"NewSoftSerial" does not name a type
------------------------------------
AVIOM_Arduino_1.pde:-1: error: 'NewSoftSerial' does not name a type
AVIOM_Arduino_1.cpp: In function 'void setup()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void I2C_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void UART_setClock()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_flush()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_bytesAvailable()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
ich bin für jede Hilfe dankbar
Gruß
4fun2