Closed GoogleCodeExporter closed 8 years ago
Hi yanggj,
Thanks for your work. But this patch doesn't work as expected, so we can't
accept it at present.
If we want to support custom baudrate for MacOS, IOSSIOSPEED should be used,
for example.
> speed_t speed = 460800; // Set 460800 baud
> if (ioctl(fileDescriptor, IOSSIOSPEED, &speed) == -1)
(from: http://lists.apple.com/archives/carbon-dev/2007/Nov/msg00453.html)
Original comment by dbzhang...@gmail.com
on 20 Aug 2012 at 3:40
This patch worked perfectly for me using Mac OSX 10.8 Mountain Lion. Previously
we couldn't use 460800 baud rate, but after applying this patch, it works :).
Would be nice if it could be merged into the mainline!
Thanks
Original comment by oddess...@gmail.com
on 12 Oct 2012 at 12:41
Thanks
Original comment by dbzhang...@gmail.com
on 9 Dec 2012 at 2:46
could please write a instruction on how to use the patch?
Original comment by wuyangjo...@gmail.com
on 25 Jul 2014 at 7:21
Original issue reported on code.google.com by
yangyj...@gmail.com
on 16 Aug 2012 at 1:50Attachments: