go4retro / tcpser

Hayes modem emulator application
106 stars 30 forks source link

serial.c: remove some baud rates from apple compile #13

Closed tlindner closed 3 years ago

ops commented 3 years ago

You could use this more general and platform independent approach:

https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/ace/TTY_IO.cpp#L79

tlindner commented 3 years ago

I could do that. @go4retro would you rather I patch it like that?

go4retro commented 3 years ago

I would actually prefer that.  I was planning to do it that way initially.  I also like all the extra BPS rates listed, which should help prevent a ton of churn in this chunk of code.

Jim