by johno » Tue Mar 06, 2007 6:23 am
Hmm...in the thread you posted in the AVRcamVIEW forum, it sounds like the AVRcamVIEW app is sending:
<16-bytes of colorMap>\r\n
Yes, the first portion of the command (<colorMap><\r>) would cause a successful programming of the colorMap, and the subsequent \n would be read as an invalid command and a NCK would be sent.
I don't recall seeing AVRcamVIEW doing this in the past, but it is possible. I'll ping the author of the app and see what his thoughts are.
The proper way to send a color map is <16-bytes of colorMap>\r, as shown in the User's Manual as well as UIMgr.c (remember, going to the source code is ALWAYS the definitive answer...and thus the beauty of open-source).
-John O
Site Admin