smallbasic / SmallBASIC

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
https://smallbasic.github.io
GNU General Public License v3.0
209 stars 37 forks source link

Fix #228: Non-posix baud rates #230

Closed Joe7M closed 1 month ago

Joe7M commented 1 month ago

Hi Chris,

I'm a little busy at the moment. But here a fix for the problem of missing serial-port baud-rate definitions in FreeBSD.

Best regards, Joerg

chrisws commented 1 month ago

Looks good, thanks