I am attempting to run my gps driver in a second cog. Starting small by sending the raw sentances or parsing out a single portion. The compliler gives me errors saying that it discards the volatile qualifier for the variable so as to work between cogs. The only examples I can find about passing data between the cogs is in the learn files using a single int. Anybody got any Ideas??
Thanks
Thanks