USB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,009件の閲覧回数
Orzor
Contributor I

Hello everybody!!!

 

I work on the M52259DEMOKIT and I search one person who develop USB.

 

In the example, we can plug USB key, mouse, keyboard. But I have a device plug and play and I want know how do for instal him.

 

I have the drivers. How do use their?

 

Thanks.

 

Best Regards.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,188件の閲覧回数
JuroV
NXP Employee
NXP Employee

Hi Orzor,

 

unfortunatelly I cannot help you.

PnP device is a term coming in 1990s- its meaning is, that the device can be configurable by software, so you dont need to setup anything with jumpers on the card (as it was usual in first PCs). As you can see, all devices sold now over world are PnP. The another meaning of PnP is, that the device is enumerable- can be 'discovered' by operating system.

All devices in the operating systems need driver. If the device behaves as a standardized one, the (standardized) driver is probably already in the operating system, so you plug and use (e.g. USB flash stick is a standardized device). For those devices, which dont behave as standard, producer can write a driver for operating system. A driver is a piece of code written specially to operating system. Note that USB itself does not cover the whole behavior of device, so there is not "USB device driver" in any OS covering all USB devices.

 

All this means that your drivers are (probably) for Windows(tm) OS. It is needed to write MQX driver.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,189件の閲覧回数
JuroV
NXP Employee
NXP Employee

Hi Orzor,

 

unfortunatelly I cannot help you.

PnP device is a term coming in 1990s- its meaning is, that the device can be configurable by software, so you dont need to setup anything with jumpers on the card (as it was usual in first PCs). As you can see, all devices sold now over world are PnP. The another meaning of PnP is, that the device is enumerable- can be 'discovered' by operating system.

All devices in the operating systems need driver. If the device behaves as a standardized one, the (standardized) driver is probably already in the operating system, so you plug and use (e.g. USB flash stick is a standardized device). For those devices, which dont behave as standard, producer can write a driver for operating system. A driver is a piece of code written specially to operating system. Note that USB itself does not cover the whole behavior of device, so there is not "USB device driver" in any OS covering all USB devices.

 

All this means that your drivers are (probably) for Windows(tm) OS. It is needed to write MQX driver.

0 件の賞賛
返信