Originally Posted by ZeroAltitude
Hello,
I'm also interested in contributing to this project. For that reason, I've taken some time to browse the source code. My immediate concern is knowing how to set the right settings for my 4800 baud GPS. I'm aware of a BAUD=x setting and a READTIME=x setting in the config file.
So I went browsing in the source to find out how those are used. I was confused by something. The 'baud' setting is currently set only if SDL_SOUND is defined; otherwise, the baud rate is not set as far as I can see (this is in the v02 unpatched sources).
I noted that the readtime variable is used to control a loop.
My question: is it intentional not to set the baud rate when SDL_SOUND is undefined? If so, why? Couldn't this cause problems with devices running at arbitrary baud rates?
Thank you,
~0