Hello, how the serial buadrate should be specified for slcan usage? All slcan utilities just open serial connection and make read/write operations. For low speed devices it is not a problem to specify common baudrates like 115200, 230400 b/s and so on via stty. But try to do it for 3Mbit/s (on buildroot's busybox stty I got only 115200). So suggest to make extra parameter for baudrate specification.
Unfortunately termios2 constructs are still not available in user space, so we'll have to make a translation table from int baudrate to Bfoo. What do you think about it? Has someone started to implement such an option? Best regards, Yegor _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
