Microcontroller and VB 6?

Do any of you know of a microcontroiier that can be programmed with VB6?

Thanks,

Chris

Short answer…no. If you can program VB you can certainly learn pretty much any of the packages available…Arduino is downright stoopid easy for instance. Many other compilers are C based so if you know C they will be a breeze too. PicBasic Pro and others of that ilk are pretty simple as well…the general rule is that the easier the compiler is to write for, the more code overhead…but these days of cheap ram and high speed processors, who cares? Best of luck.

Actually, somewhat yes.
If you’re familiar with VBasic Syntax for VB6/VB.Net, you would find programming this microcontroller (Based on PIC32) easy to pick up >> BlazingCore100, (programming is done in VB syntax), Software IDE is free.
I hope that helps somewhat.