Plugin the Br-Gogo

Linux

If you plug the board at any linux system, the kernel will load a internal module. Linux creates a device at /dev/ttyACM* or /dev/ttyUSB*.

  • Debian/Ubuntu:

Nothing to do. Probably the board will not have problems connecting with the software.

  • Arch Linux:

Please add the normal user to uucp group:

$ gpasswd -a USER uucp

Mac OS

Please, check the name of the new device at /dev. Must be something like /dev/tty.USB*. After that creat a simbolic link for that at /dev/ttyACM0:

$ ln -s /dev/ttyUSB* /dev/ttyACM0

Windows

Please, download this driver.

Plug the board and the system will ask for the driver, just put the right path for the files inside this zip archive.

Table Of Contents

Previous topic

Running Blocks and Monitor

Next topic

Executing Blocks and Monitor source code

This Page