LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

acquiring data from pic18f4320 microcontroller via serial port using labview?

i'm working on the project using pic18f4320 microcontroller and i don't know how to acquire output data from microcontroller using Labview. Does Labview have driver for pic family microcontroller or do i have to write our own driver code to interface pic microcontroller with LabView software?
Please give me some suggestion. thanks.
0 Kudos
Message 1 of 3
(2,603 Views)
I'm doing this right now. I've a pic 16f84 and I'm trasferring data with
labview trouth serial port. If you need any help or suggestions feel free to
email me
keysan@N0SPAMfastwebnet.it
naturally remove N0SPAM 😉
See you
Gian Marco Garbellotto

"keeg" ha scritto nel messaggio
news:50650000000800000067D90000-1079395200000@exchange.ni.com...
> i'm working on the project using pic18f4320 microcontroller and i
> don't know how to acquire output data from microcontroller using
> Labview. Does Labview have driver for pic family microcontroller or
> do i have to write our own driver code to interface pic
> microcontroller with LabView software?
> Please give me some suggestion. thanks.
0 Kudos
Message 2 of 3
(2,603 Views)
keeg wrote:
> i'm working on the project using pic18f4320 microcontroller and i
> don't know how to acquire output data from microcontroller using
> Labview. Does Labview have driver for pic family microcontroller or
> do i have to write our own driver code to interface pic
> microcontroller with LabView software?
> Please give me some suggestion. thanks.

Most higher end pics have an USART type function block which you can use
to implement a serial port. As such you would use VISA to communicate
with the PIC over this interface.
But the protocol and functionality of this communication is defined by
the program you develop yourself for the PIC processor, so there can't
be any ready made driver for that as you are going to define the
protocol you want to use to
communicate with your chip.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 3
(2,603 Views)