Re: [fpc-pascal] Non-standard baud rates in OS X | IOSSIOSPEED IOCTL

2011-08-15 Thread Bruce Tulloch
I can now confirm that the ioctl definition I used is correct, tested on a Snow Leopard system with an FT232RL chip USB/Serial chip. Cheers, Bruce. On 08/15/11 15:23, Bruce Tulloch wrote: Apple have define an IOCTL (since Tiger) called IOSSIOSPEED which facilitates non-standard baud rates.

[fpc-pascal] Non-standard baud rates in OS X | IOSSIOSPEED IOCTL

2011-08-14 Thread Bruce Tulloch
Apple have define an IOCTL (since Tiger) called IOSSIOSPEED which facilitates non-standard baud rates. They publish a C example which explains it: http://developer.apple.com/library/mac/#samplecode/SerialPortSample/Introduction/Intro.html Attached is a patch for FPC's darwin RTL which adds this