LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write/read to eeprom via RS232

Hallo the community,

I want to write an application with Labview which can read or write an EEPROM. i'm using an ATMEGA 128L von ATMEL. Do some one knows wether dies works in labview. If then where can I find programmsample approching the solution that i m searching.

Thank you for any help.
Alain K.
0 Kudos
Message 1 of 3
(4,347 Views)
I have written LV programs to talk to PROM programmers. You need to know two basic things: The communications protocol to the programming device and the data format that the programming device can accept. Once you have this information, it should be possible to write the program in LV. I did a quick search on the ATMEGA 128L. It appears to have an RS-232 interface so the communications from LV should not be a problem. The data interface may require some bit manipulation, but LV can be quite versatile in that regard.

There may be some tedious work involved, but I think it is feasible to do what you want.

Lynn
0 Kudos
Message 2 of 3
(4,334 Views)
Thank you very much lynn for your answer.

I m using a wireless plattform from CHIPCON (CC2420 DBK) which has a RS232 Interface and ca be programmed trough this with the Bootloader source code, that I downloaded. The problem is that I can programm it (write to eeprom) using the free Debugger tools AVR Studio.
Is it possible to use this bootloader source code (inclusive header) in LV and so programmed the Board.?

Thank you for any answer,
Viele Grüße
Alain K.
0 Kudos
Message 3 of 3
(4,318 Views)