Книга: Arduino: Master The Arduino Basics
Назад: Chapter 3: Learning the Arduino Code
Дальше: Working on Your First Sketch

Now that you have your Arduino board hooked up to the computer, you will need to take a few minutes to install your drivers so that the program you write actually works. For those using a Windows 7 computer or a Windows operating system that is older, there are a few extra steps that needs to be taken to ensure that the system recognizes the Arduino board. These steps will need to be completed any time that you use a brand new board with your computer. For those using a Windows 8 or higher operating system, Linux, or Mac OS, you will be able to skip over the following steps. Your system will already have the technology present to recognize the Arduino board without these steps.

For those using the earlier versions of Windows operating systems, these steps will help you get your drivers onto a computer so that when you write out a code, they will go over to the board the right way. The steps that you need to take include:

 

Keep in mind that you will only need to go through these steps if you are working with an operating system from Windows that is older than Windows XP. For any of the newer versions of Windows or the Mac and Linux operating systems, you can skip over these steps because your computer will automatically notice the board. You just need to hook in the USB cable to the right spot and the computer will recognize the device, making it easier for you to start your work right away. 

Назад: Chapter 3: Learning the Arduino Code
Дальше: Working on Your First Sketch