SEARCH
TOOLBOX
LANGUAGES
modified on 15 March 2011 at 13:30 ••• 11,043 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…')
(Compatibility Lincoln 60, Lincoln 60E)
Line 2: Line 2:
==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|]]

Revision as of 23:51, 14 March 2011

USB Host

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.