Re: GSM short message from DAVE.SMS@MVHI.COM

Richard B. Johnson (root@chaos.analogic.com)
Sat, 1 Aug 1998 21:04:41 -0400 (EDT)


On Sat, 1 Aug 1998, Mike A. Harris wrote:
> 40 characters or so, but capital letters generate codes that have
> more bits turned on resulting in a higher draw on the UART. Many
^^____________

(char) 'A' == (char) 'a' & 95;
(char) 'Z' == (char) 'z' & 95;

He was trying to save bits! Upper case uses less bits, so the BPS can
be higher if your communications channel is bit-limited like the
Micro$oft browser.

Cheers,
Dick Johnson
***** FILE SYSTEM MODIFIED *****
Penguin : Linux version 2.1.111 on an i586 machine (66.15 BogoMips).
Warning : It's hard to remain at the trailing edge of technology.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html