On Sun, Sep 25, 2011 at 5:05 PM, [email protected] <[email protected]> wrote: > Hi, > > Instead of: > <Existing code> > > Why not: > > static const unsigned char xxx[] = { 0x66, 0x77, 0x7e, 0x7e, > 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, > 0xf2, > 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, > 0x61, > 0x03, 0xf0, > 0x58, 0x0b, > 0x7e, 0x00 }; > std::copy( xxx, xxx + sizeof(xxx), rxbuf );
That does solve the issue, Remi, thanks. -- P.J. "Josh" Rovero Ham Radio: KK1D Web: http://sites.google.com/site/roveroresearch/ _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
