Is there any code that interacts with Freescale USB device examples for Builder C++?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there any code that interacts with Freescale USB device examples for Builder C++?

Jump to solution
4,642 Views
JaimeR
Contributor III

I am looking for an example in Builder C++ that can send receive data trough HID functionality.

 

0 Kudos
Reply
1 Solution
2,942 Views
fish_yu
Contributor III

This is a HID VCL component. It is a WinRAR File.

 

HIDController.rar

Message Edited by t.dowe on 2009-09-04 01:01 PM

View solution in original post

0 Kudos
Reply
6 Replies
2,943 Views
fish_yu
Contributor III

This is a HID VCL component. It is a WinRAR File.

 

HIDController.rar

Message Edited by t.dowe on 2009-09-04 01:01 PM
0 Kudos
Reply
2,942 Views
JaimeR
Contributor III

I have not seen any details but on first sight it looks exactly what I was looking for.

Thanks.

 

Jaime

0 Kudos
Reply
2,942 Views
fish_yu
Contributor III

I know the answer of your problem. I am also a fans of RAD environment. I think that you may install a VCL for your C++ Builder. The VCL is a OpenSource code from A germany Engineer.You may download it from http://www.delphi-jedi.org/

The name of VCL is HIDController. There is a Typical AppNote about LPC2148 and HID Ports in NXP Semiconductor Web. You may download it to study. I think you may migrate them into Freescale MCF52259 EVB.

If you won't find the VCL, i can send it by Email; My emain: tjrfyty@163.com

That' all. Good,LUCK,

0 Kudos
Reply
2,942 Views
JaimeR
Contributor III

I couldnt find the VCL, could you post the link?

I also sent an email to that email address you posted.

0 Kudos
Reply
2,942 Views
JuroV
NXP Employee
NXP Employee

Hi Jaime.

 

HID is a typical input device from the host point of view. Do you want to read data in Builder C++ application from HID device written in MQX?

0 Kudos
Reply
2,942 Views
JaimeR
Contributor III

I need to send information from the microcontroller to the PC, then make some processing(in the PC ) and send some data back to the microcontroller. With the examples provided by freescale, windows manage and does all the processing via HID drivers. I want to use HID drivers but I need to manipulate them in order to process the data they receive and use them to send the data I want. I figure that Freescale has made something like that in order to make tests.

Builder C++ is the compiler I am using, however, I might try to port the code (if there is any) from other language/compiler.

 

Regards,

 

Jaime

0 Kudos
Reply