On 10/15/2012 09:44 AM, Peter Stuge wrote: > Alex G. wrote: >> Subject: [PATCH 2/4] serial: (Trivial) add support for 4800 baud > .. >> +++ b/libsigrok/hardware/common/serial.c >> @@ -218,6 +218,9 @@ SR_PRIV int serial_set_params(int fd, int baudrate, int >> bits, int parity, >> case 9600: >> dcb.BaudRate = CBR_9600; >> break; >> + case 9600: >> + dcb.BaudRate = CBR_4800; >> + break; > > Really? > > > //Peter >
A little slow today, Peter? I sent the corrected patch2 to the list yesterday. Alex ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

