LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use labview with the handyboard

Hi,
how to use labview with the handyboard
Thx...
0 Kudos
Message 1 of 4
(3,077 Views)
Handyboard as in the HC11 board with motor drivers and stuff?
 
Also, what do you mean 'how to use'
 
If we are talking about the same device, the device gets programmed serially, so you could probably make a frontend to the programmer, but if you mean compile applications to run on it, sorry, it's an old 8bit chip, you will be stuck writing in assembly or C (I don't believe there is a java compiler out there). 
0 Kudos
Message 2 of 4
(3,065 Views)
Thx 4 the help.
0 Kudos
Message 3 of 4
(3,060 Views)
I'm assuming you're talking about this, since you didn't provide a link for those of us who don't know what you're talking about.

As the other poster said, you didn't say how you want to use LabVIEW with it.  If you want to write LabVIEW programs than run on the microprocessor, then you're out of luck.  If you want LabVIEW to interact with it, then you've got a couple of options, SPI probably being the best, but it also has DI and AI that you could use to communicate with it - the DI's could be used as a parallel interface.


Message Edited by Matthew Kelton on 12-17-2007 02:21 PM
0 Kudos
Message 4 of 4
(3,058 Views)