On Tuesday, 10 October 2017 16:35:20 UTC+1, Dennis Lee Bieber wrote: > > I'm surprised that any /USB/ serial adapter passes a break signal. >
FWIW, quite a few do, but sometimes the drivers don't implement this since it's relatively seldom used. Sometimes it's easier to look in drivers/usb/serial/ for the driver, and check whether it implements .break_ctl (e.g. https://github.com/torvalds/linux/blob/master/drivers/usb/serial/ch341.c#L628 ) rather than try and find a datasheet... Tim. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8a69acf0-53d8-442e-a438-2b0357f214ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
