SEARCH
TOOLBOX
LANGUAGES
modified on 15 March 2011 at 19:55 ••• 10,975 views

Lincoln usb dev hid Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '=USB Device Human Interface Device (HID)= ==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.ht…')
(Compatibility Lincoln 60, Lincoln 60E)
 
(One intermediate revision not shown)
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 Device port as a human interface device. It shows the status of an input and changes the state of an output. P0.23 is the input and it is available on J7 pin 1. P1.25 is the output and it is available on J2 piin 16. Please make sure that jumper JP2 is set for device.
+
This example application utilizes the USB Device port as a human interface device. It shows the status of an input and changes the state of eight outputs. P2.10 is the input and is the User pushbutton. P2.0 through P2.7 are the outputs. Please make sure that jumper JP2 is set for device.
-
An application runnint on a computer is used to to view the status of the input an to change the status of the output.  
+
An application running on a computer is used to to view the status of the input an to change the status of the output.  
[[Image:Lincoln_usb_hid.png|center|]]
[[Image:Lincoln_usb_hid.png|center|]]

Current revision as of 19:55, 15 March 2011

USB Device Human Interface Device (HID)

Compatibility Lincoln 60, Lincoln 60E

This example application utilizes the USB Device port as a human interface device. It shows the status of an input and changes the state of eight outputs. P2.10 is the input and is the User pushbutton. P2.0 through P2.7 are the outputs. Please make sure that jumper JP2 is set for device.

An application running on a computer is used to to view the status of the input an to change the status of the output.