Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Since we installed the Arduino drivers at the same time as the IDE itself, your computer should now recognize the board if you plug it in. If not, the driver can be manually downloaded using the link at the bottom of this page.

6. Select the COM Port through which the computer connected with the board. If there's nothing else plugged in the computer (like in this demo), it should have connected to COM3. Therefore, it's the only one available. The COM port used doesn't matter, but it’s important to choose the one corresponding to the CrcDuino. Bear in mind that it might change from time to time depending on what is plugged into the computer used.

...

8. Identify the Arduino sketchbook location in Arduino IDE by going to File-Preferences, and navigate to that location using Windows File Explorer. Open the Folder called librairieslibraries.

...

9. Copy-paste the CrcLib folder and its dependencies to the librairieslibraries folder.

Note

If there’s already previous CrcLib versions (or one of its dependencies beginning wit CrcDependency) in the librairieslibraries folder, move them (not copy them) somewhere else before putting the new folders. By moving them somewhere else instead of deleting them, you'll be able to easily use them again in the future if needed. Having multiple copies of the same library will confuse the compiler.

...