i'm developing an app and every customer will have to define a set of preferences for their physical configuration. i'd prefer to do this in a user friendly windows app that talks directly to the arduino over the USB com port without the arduino IDE, since i don't want to make the whole thing too complicated for the user
is that possible? i know i could write a sketch to program the EEPROM, but then the user would have to learn the IDE, load up a preferences setup sketch, then load the main sketch back in, that's a lot to ask.
any ideas please?
thanks