Modifications

Sauter à la navigation Sauter à la recherche
12 octets ajoutés ,  13 décembre 2017 à 20:53
Ligne 37 : Ligne 37 :  
Now before plugging in the board, type <code>ls /dev/tty.*</code> to view existing serial connections.
 
Now before plugging in the board, type <code>ls /dev/tty.*</code> to view existing serial connections.
   −
{{ADFImage|FEATHER-M0-MicroPython-REPL-04.png}}
+
{{ADFImage|FEATHER-M0-MicroPython-REPL-04.png|480px}}
    
Next, plug in the board. There should be one new serial connection that is for your board. Typically on Mac OSX its something like <code>/dev/tty.usbmodem*</code> and on Linux its <code>/dev/ttyACM*</code>.
 
Next, plug in the board. There should be one new serial connection that is for your board. Typically on Mac OSX its something like <code>/dev/tty.usbmodem*</code> and on Linux its <code>/dev/ttyACM*</code>.
   −
{{ADFImage|FEATHER-M0-MicroPython-REPL-05.png}}
+
{{ADFImage|FEATHER-M0-MicroPython-REPL-05.png|480px}}
    
Now that we know the device name, the <code>screen</code> command can be used to connect to the serial port. Its installed on Mac OSX by default but Linux users may need to install it using their package manager. Run the following command to connect at 115200 baud:
 
Now that we know the device name, the <code>screen</code> command can be used to connect to the serial port. Its installed on Mac OSX by default but Linux users may need to install it using their package manager. Run the following command to connect at 115200 baud:
29 917

modifications

Menu de navigation