SEARCH
TOOLBOX
LANGUAGES
modified on 15 March 2011 at 13:30 ••• 11,064 views

Lincoln usb host msc Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '=USB Host= ==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]== This example…')
(USB Host)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
=USB Host=
+
=USB Host Mass Storage Class (MSC)=
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
-
This example application utilizes the USB Host port to access a mass storage device. It reads a file named MSREAD.TXT on a USB jump drive and copies it to a file named MSWRITE.TXT on the same jump drive. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.
+
This example application utilizes the USB Host port to access a mass storage device. It reads a file named MSREAD.TXT on a USB jump drive and copies it to a file named MSWRITE.TXT on the same jump drive. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. Please make sure that jumper JP2 is set for host.  
[[Image:Lincoln_usb_host_msc.png|center|]]
[[Image:Lincoln_usb_host_msc.png|center|]]

Current revision as of 13:30, 15 March 2011

USB Host Mass Storage Class (MSC)

Compatibility Lincoln 60, Lincoln 60E

This example application utilizes the USB Host port to access a mass storage device. It reads a file named MSREAD.TXT on a USB jump drive and copies it to a file named MSWRITE.TXT on the same jump drive. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. Please make sure that jumper JP2 is set for host.