LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want the GUI screen to write and Read the hex file from the atmel atmega microcontroller through the Serial com port

Hello sir,

 

I want the GUI screen to write and Read the hex file from the atmel atmega microcontroller through the Serial com port . i need the Labview program for the GUI to read and write the hex file from the serial com port.Please help me this is urgent.

 

Thanks and Regards,

MadhanKumar. P

0 Kudos
Message 1 of 11
(3,467 Views)

You mean to say for programming hex file into microcontroller and reading back the hex file, correct ?

Do you have any programmer for this, otherwise you can use ISP programmer through serial, JTAG or parallel port.

 

http://www.circuitstoday.com/isp-programmer

0 Kudos
Message 2 of 11
(3,466 Views)

Explain bit more about your project, what hardware & software you have got for it.

0 Kudos
Message 4 of 11
(3,459 Views)

sir actually In my PCB board the usb port which is connected to atmel atmega 644P microcontroller and the FTDID2xx driver which is connected between USB and Atmega 644P microcontroller  and my project is to load the hex file to the atmega 644P microcontroller  through the USB port in which FTDI D2xx driver which is connected between the usb and microcontroller. and i need the GUI screen to load the hex file to the microcontroller.

 

Thanks and Regards,

Madhan

0 Kudos
Message 5 of 11
(3,455 Views)

sir i want to load the hex file through the USB port only we can't use JTAG or SPI

0 Kudos
Message 6 of 11
(3,451 Views)

You can use ISP Programmer Pony Programmer ( http://www.lancos.com/ppwin95.html) and try to call it from LabVIEW.

 

Link for how to use third party software from labview http://zone.ni.com/devzone/cda/tut/p/id/10060 

0 Kudos
Message 7 of 11
(3,449 Views)

ok sir i will try that one.

 

Thanks and Regards,

Madhan Kumar.P

0 Kudos
Message 8 of 11
(3,445 Views)

sir In pony programmer we can't read it from the USB port we can read it from SPI itself but i need the GUI to read it from USB port.

0 Kudos
Message 9 of 11
(3,439 Views)

It means your USB port dont have connection with Atmega SPI programming ports (MOSI,MISO,SCK,RST,GND). You need to make an ISP programmer cable for it, which is shown in link http://www.circuitstoday.com/isp-programmer

0 Kudos
Message 10 of 11
(3,425 Views)