You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can connect your board to your computer over USB. This should work out of the box on Linuxand macOS, but for Windows earlier than Windows 10, you will probably need to install a serial port driver:
3
+
You can connect your board to your computer over USB. This works out of the box on Linux, macOS and Windows 10. If you are using a version of Windows earlier than Windows 10, you probably need to install a serial port driver:
4
4
5
5
1. Download the [Arm Mbed Windows serial port driver](http://os.mbed.com/media/downloads/drivers/mbedWinSerial_16466.exe).
6
6
1. Plug in your Arm Mbed device over USB. It mounts as an Mbed drive.
@@ -9,14 +9,10 @@ You can connect your board to your computer over USB. This should work out of th
9
9
10
10
## Troubleshooting
11
11
12
-
**If you have multiple Mbed devices but the serial port only appears for one of them**
13
-
: Make sure you run the installer for every device (plug in the device over USB and run the installer again); Windows loads the driver based on the serial number, so it needs to be run for each device individually.
12
+
**If you have multiple Mbed devices but the serial port only appears for one of them**: Make sure you run the installer for every device (plug in the device over USB and run the installer again); Windows loads the driver based on the serial number, so it needs to be run for each device individually.
14
13
15
-
**If the installer fails because `No mbed Microcontrollers were found`**
16
-
: Check your device is plugged in properly over USB.
14
+
**If the installer fails because `No mbed Microcontrollers were found`**: Check your device is plugged in properly over USB.
17
15
18
-
**If the installer reports the message `mbedWinSerial_nnnnn.exe is not a valid Win32 application`**
19
-
: If you downloaded the installer using Internet Explorer, please try a different browser (Firefox, Chrome).
16
+
**If the installer reports the message `mbedWinSerial_nnnnn.exe is not a valid Win32 application`**: If you downloaded the installer using Internet Explorer, please try a different browser (Firefox, Chrome).
20
17
21
-
**If the installer appears to hang**
22
-
: Check if Windows is displaying an "unsigned driver/permission" window; these often get hidden behind other windows with nothing to indicate so in the taskbar. The installer will continue to run as soon as you click OK.
18
+
**If the installer appears to hang**: Check if Windows is displaying an "unsigned driver/permission" window; these often get hidden behind other windows with nothing to indicate so in the taskbar. The installer will continue to run as soon as you click OK.
0 commit comments