On Sun, Feb 12, 2006 at 10:36:24PM -0500, Clark Pope wrote: > I was able to get it work if I comment out the call to make_format and hard > coding the format: > > if options.width_8: > width = 8 > shift = 8 > #format = self.u.make_format(width, shift) > format = 0x288 > print "format =", hex(format) > r = self.u.set_format(format) > print "set_format =", r > > > However, it still doesn't work at the 16 MHz data rate even though 8 Mhz > 16-bit data rate does work?
When you say "doesn't work" what do you mean? Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio