USB HID port
Posted: Wed Jan 30, 2013 3:51 pm
>from help line
>Can the ARMmite board and your BASIC be used to create/construct a HID
compliant PC input device?
>I don\'t see any commands for the USB port. Is the USB port simply used for
programming?
The ARMmite uses an FTDI 232R chip. It identifies itself as a serial device to
the USB. Whether that can be changed is a question for FTDI (but my guess is
not). In the ARMmite the USB port acts as a serial channel for programming and
for communication from your program to the PC.
The SuperPRO has builtin support for USB. It would require an additional
crystal to be added specifically for the USB clock. There are pads for that
crystal to be added.
As for software, you would have to adapt software from NXP's driver library (it
won't be a built in function in BASIC or C)
http://ics.nxp.com/support/documents/mi ... e=software
>Can the ARMmite board and your BASIC be used to create/construct a HID
compliant PC input device?
>I don\'t see any commands for the USB port. Is the USB port simply used for
programming?
The ARMmite uses an FTDI 232R chip. It identifies itself as a serial device to
the USB. Whether that can be changed is a question for FTDI (but my guess is
not). In the ARMmite the USB port acts as a serial channel for programming and
for communication from your program to the PC.
The SuperPRO has builtin support for USB. It would require an additional
crystal to be added specifically for the USB clock. There are pads for that
crystal to be added.
As for software, you would have to adapt software from NXP's driver library (it
won't be a built in function in BASIC or C)
http://ics.nxp.com/support/documents/mi ... e=software