From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: pause after sending S-records to ROM68K monitor Date: Fri, 10 Aug 2001 10:45:00 -0000 Message-id: References: <20010809005554.1CDB75E9D8@zwingli.cygnus.com> X-SW-Source: 2001-08/msg00108.html jimb wrote: : [...] : + /* A baud rate is "symbols per second"; on a serial line, that's : + the same as "bits per second". Assume ten bits transmitted : + per byte: eight data bits, one parity bit, and one stop bit. : + (Usually people use 8N1, which I think means the parity bit : + isn't transmitted, so we're actually at nine bits transmitted : + per byte, but we need to be sure to allow enough time.) : [...] The 10-vs-9 error is because you are forgetting the start bit: there's always one. (FWIW, I like the hack.) - FChE