1 | Reading_Textfile:9: error: 'import' does not name a type
|
2 | Reading_Textfile:12: error: 'PrintWriter' does not name a type
|
3 | Reading_Textfile:13: error: 'DateFormat' does not name a type
|
4 | Reading_Textfile:14: error: 'DateFormat' does not name a type
|
5 | Reading_Textfile:17: error: 'Serial' does not name a type
|
6 | Reading_Textfile.ino: In function 'void setup()':
|
7 | Reading_Textfile:23: error: 'size' was not declared in this scope
|
8 | Reading_Textfile:25: error: 'class HardwareSerial' has no member named 'list'
|
9 | Reading_Textfile:26: error: 'class HardwareSerial' has no member named 'list'
|
10 | Reading_Textfile:26: error: 'println' was not declared in this scope
|
11 | Reading_Textfile:27: error: 'class HardwareSerial' has no member named 'list'
|
12 | Reading_Textfile:28: error: 'myPort' was not declared in this scope
|
13 | Reading_Textfile:28: error: expected type-specifier before 'Serial'
|
14 | Reading_Textfile:28: error: expected `;' before 'Serial'
|
15 | Reading_Textfile:29: error: 'Date' was not declared in this scope
|
16 | Reading_Textfile:29: error: expected `;' before 'now'
|
17 | Reading_Textfile:30: error: 'fnameFormat' was not declared in this scope
|
18 | Reading_Textfile:30: error: 'now' was not declared in this scope
|
19 | Reading_Textfile:31: error: 'output' was not declared in this scope
|
20 | Reading_Textfile:31: error: 'createWriter' was not declared in this scope
|
21 | Reading_Textfile.ino: In function 'void draw()':
|
22 | Reading_Textfile:39: error: 'myPort' was not declared in this scope
|
23 | Reading_Textfile:43: error: 'timeFormat' was not declared in this scope
|
24 | Reading_Textfile:43: error: expected type-specifier before 'Date'
|
25 | Reading_Textfile:43: error: expected `)' before 'Date'
|
26 | Reading_Textfile:44: error: 'println' was not declared in this scope
|
27 | Reading_Textfile:45: error: 'output' was not declared in this scope
|
28 | Reading_Textfile:51: error: invalid operands of types 'const char*' and 'const char [4]' to binary 'operator+'
|
29 | Reading_Textfile:51: error: 'print' was not declared in this scope
|
30 | Reading_Textfile:52: error: invalid operands of types 'const char*' and 'const char [4]' to binary 'operator+'
|
31 | Reading_Textfile:67: error: invalid operands of types 'const char*' and 'const char [3]' to binary 'operator+'
|
32 | Reading_Textfile:68: error: invalid operands of types 'const char*' and 'const char [3]' to binary 'operator+'
|
33 | Reading_Textfile.ino: In function 'void keyPressed()':
|
34 | Reading_Textfile:77: error: 'output' was not declared in this scope
|
35 | c:/dokumente und einstellungen/diplopas1/eigene dateien/arduino/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:278: error: too few arguments to function 'void exit(int)'
|
36 | Reading_Textfile:79: error: at this point in file
|
37 | Reading_Textfile.ino: In function 'int readArduinoInt()':
|
38 | Reading_Textfile:87: error: 'myPort' was not declared in this scope
|