Browse Source

Edited README via GitHub

ErikZalm 12 years ago
parent
commit
67967a4b60
1 changed files with 15 additions and 1 deletions
  1. 15
    1
      README

+ 15
- 1
README View File

@@ -51,6 +51,20 @@ If all goes well the firmware is uploading
51 51
 Start pronterface
52 52
 
53 53
 Select the correct Serial Port. Type 250000 in the baudrate field.
54
-Press the Connect button.
54
+Press the Connect button
55
+
56
+===============================================================================================
57
+Known issues
58
+
59
+On some systems we get compilation errors.
60
+
61
+This is caused by the "wiring_serial.c" and "wiring.c".
62
+The simple fix is to delete these files but this may have a performance impact.
63
+
64
+The best workaround is to move these files to sanguino directory. 
65
+(".../arduino-0018/hardware/Sanguino/cores/arduino/" on windows systems)
66
+
67
+
68
+
55 69
 
56 70
 

Loading…
Cancel
Save