New Baud Rate Support for BAP28?

Hello all,

Are there new baud rate supported for the Basic Atom Pro 28? I see a H100000 and H125000 baud rates but is H115200 supported so it can be interfaced with the SSC-32 at full speed?

Hi Tom,

Nathan (Acidtech) fixed a bug in I believe the build 2.0.0.7, that was causing the higher baud rates to not work properly :slight_smile:. So yes you can now drive the SSC-32 at full speed using the Bap. As for the other speeds you mentioned, I personally have not tried them.

Kurt

Wait, so do you mean that I can call out the parameter H115200 instead of H100000 or H125000? These baud 100K and 125K baud rates are from the Micro Syntax manual under the section “supported baud rates,” particularly under the “BAP” column…

That would be wonderful news if I can call out H115200 as the baud rate…

Sorry, this only works for non-hardware serial ports where you use serout. You can now use i115200 to output to the SSC-32. With hardware serial ports, with standard Baps running at 16mhz, the best you can do is 38400 to the SSC-32 as per hardware. Basically the H8 hardware can divide the clock rate by multiples of 32 (or was it 16?) to generate the baud rates and at 16mhz the closest baud rate is 125000, which is too far away to work… This is also true of other processors like Arduinos running at 16mhz as well. The SSC-32 runs at 14.7456mhz which allows it to generate the standard baud rates…

Kurt