1

Topic: Arduino DUE

Hello,
I've been using RemoteXY (full version) with both Arduino UNO and MEGA for a while, and everything worked perfectly.
No, I moved to Arduino DUE, but the library fails to initialize: it simply hangs, and my whole sketch stops.
I made some investigation and found out that it deals with the getConfByte() function in RemoteXY_API.h: execution just stops at pgm_read_byte_near (p) call, with no errors, nor messages.
I think it could be related to PROGMEM not implemented in DUO, but I cannot figure out how to fix this.
Do you think you could hlp, please?
Thanks a lot.