Page 1 of 1

PostPosted: Thu Jul 05, 2012 12:00 am
by 14me
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

PostPosted: Thu Jul 05, 2012 12:00 am
by garak
Hallo 4fun2,

dies ist leider das falsche Forum

Hardware: First Step Board mit AT89C51CC03er µC,
Software: uC51 (Wickenhäuser).

Weiterhin viel Erfolg bei der Suche nach dem richtigen Forum,
Garak

PostPosted: Mon Jul 23, 2012 12:00 am
by a.eppinger
Eine neue Version der Software, die mit C#2010 und Arduino 1.0.1 compiliert, wurde unter AVIOM_1_0 zum Download bereitgestellt.