Quantcast
Channel: Arduino Forum - Latest topics
Viewing all articles
Browse latest Browse all 15374

Error: Can't find interface/{programmer.protocol}.cfg in procedure 'script' at file "embedded:startup.tcl", line 26

$
0
0

Greetings,

Am a new user to Arduino product and this forum. Had purchased a Giga R1 Wifi board and started watching a few SunFounder tutorial videos (cheap plug) but can't seem to find an answer to why this basic sketch is throwing errors.

After installing IDE it was configured to use Arduino Giga R1 Wifi library. Am running IDE v2.3.2 on Macbook and sketch compiles fine but it throws error when ran:

embedded:startup.tcl:26: Error: Can't find interface/{programmer.protocol}.cfg in procedure 'script' at file "embedded:startup.tcl", line 26

My very basic sketch:

void setup() {
  // put your setup code here, to run once:
  Serial.begin(9600);
  Serial.println("Hello, World!");
}
void loop() {
  // put your main code here, to run repeatedly:
}

Searched Google but it didn't return anything that seemed appropriately close. Had also searched for local file "startup.tcl" but "find" didn't return a hit. Am I missing libraries?

Suggestions?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 15374

Trending Articles