need VB6 source for atmel programmer

Hi…

Do you have some visual basic source code (basic)

that can send file to ISP to avr ?

need some info about how to takl to ISP and send file think it is Xmoden but dont know

have seen c++ source but dont know about programming in c++ only basic

Best Regards

Kim

there are several in avrfreaks.net’s projects area.

Atmel’s source in C++ is public domain.

Another on avrfreaks is OSPII - open source programmer. It’s written in an odd dialect of freeware BASIC that translates to a wierd open source C compiler. The BASIC code for this is a line by line translation of the Atmel C++ version.

About the only VB6 code I’ve seen is what I uploaded as BLIPS to avrfreaks called BLIPS. It is a bootloader, not an ISP. It’s intended to be a fast/good way to update the flash/eeprom using the serial port and a connection by cable, wireless, LAN, Internet, etc. You use an ISP once to install the bootloader AVR-side code (included with BLIPS). BLIPS is a PC side program (GUI based) to load the flash and eeprom of most any AVR chip including the mega128’s. It’s written in VB6. The AVR-side code is written in asm to be small; it’s 512bytes including code for fast block mode downloads. I uploaded the asm source; the VB6 source isn’t uploaded but I’m flexible.

Hey Stevech

Yes thats true …

But what I am looking for is vb6 code to send my hex file and program avr thu ISP

BLIPS is a good program for bootloader works fine to,

I only need info about how to send/read flash via ISP using comport and in vb6(basic)

Best Regards

KIm

I’ve never seen VB6 versions of ISP loaders.

Only C++ and OSPII as I mentioned. I don’t think VB6 code for ISP exists.

Hi stevech …

all I have seen is some c++ in dos promt like format

I have Microsoft Visual Studio interprise full version

so c++ source is okay if it is in vb c+ then mabye I can make some kind of dll for vb basic for the comport

/kim

Have found a dll that i can use now

tnx for al your help stevech

/Kim