I have a pair of Redboards I bought last year or the year before on Arduino day (so they may be down rev). I attempted to load a pair of sketches that are known to work with conventional Uno R3s, but I can’t get them to load on the RedBoards. The IDE sees the port (COM7 in this case) and allows me to set the device as an UNO (but I don’t think it is checking).
the sketch is storing information (a MAC address for an Ethernet shield) in the EEPROM, which will be used by the second sketch, which then reads the info. The second sketch assigns an IP address for the Arduino stack and locates a server it will login to. The sketches appear to load normally but then nothing happens (ex they don’t respond to a ping). Everything works fine when I substitute one of several UNOs. (the rest of the stack stays the same).
I suspect it may be something unique to my environment as a couple of searches on the problem didn’t get any hits.
I’ve noticed that the IDE stopped working on Leonardo back around 1.5.2, is there some similar issue with RedBoard?
I believe the drivers are fine:I can load Pro Minis with my FTDI cable.