FRDM K64F USB K64 read input

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FRDM K64F USB K64 read input

717 次查看
DaniloV
Contributor I

Hi everyone,

I'm started to develop on the FRDM K64F board recently. My question is: it's possible to read input from device (for example keyboard or particular NFC reader) through the right USB K64 (opposite to the reset button).

Thanks for your support,

Danilo

0 项奖励
回复
1 回复

706 次查看
ErichStyger
Specialist I

Hi @DaniloV ,

yes, you can use the K64F in USB host mode. For the keyboard you need the USB HID Host class, check the MCUXpresso SDK examples for this. For the NFC reader it would depend what class it implements, but I guess it is a USB CDC so you can interface with it using a USB CDC host class.

I hope this helps,

Erich

0 项奖励
回复