When trying the SerialSample on a freshly installed Raspberry Pi 3 on the Gpio pins 14+15, it all seems to work ok, except when trying to set baudrate=300, then an exception is thrown indicating that the value is out of the allowed range.
I do however believe that the UART used should technically allow 300. I have also found indications that the serialdevice implementation in the framework only allow 9600 and above. However, setting any other value (150, 4800 and so on) seems to work just
ok (not verified with another device, but it runs within the Pi at least).
Can anyone bring clarity to this? I need to run 300 baud, and would like to avoid using an USB-serial cable, but could of course to this if needed. If the .net framework doesn't handle it, can I get it to work running Python with pyserial within Windows
perhaps?