LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Usb Data Write in Mcb 2300 with labview

Hi

 

I have mcb2300 board.I want to write datas in usb with labview.How can ı do?

 

Thanks for answer...

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 1 of 3
(5,514 Views)

Hi Himmet,

 

I'm assuming that you're going to use LabVIEW Embedded for ARM with that board and want to send data (maybe serial?) to another device through the USB port?

 

If that's the case, it doesn't look like you will be able to use the USB with LabVIEW Embedded for ARM. You will have to build the libraries from scratch to use USB or you can purchase the USB device interface library from Keil.

Here is a KB you can look at for more information. 

 

There's not much information here about what exactly you're trying to do.  Also, this is a Duplicate Post.

 

Regards,
Austin S.

National Instruments
Academic Field Engineer
0 Kudos
Message 2 of 3
(5,500 Views)

You can try example code for your board.

Adding the USB drivers to the target template project.

doing the initialization in the target init function in TargetInit.c from the target template.

and write your own driver in LabVIEW in a C node.

Wouter.
"LabVIEW for ARM guru and bug destroyer"
0 Kudos
Message 3 of 3
(5,477 Views)