Reply by Grant Edwards February 6, 20092009-02-06
On 2009-02-05, Jim Stewart <grumpyoldgeek@gmail.com> wrote:
> Grant Edwards wrote: >> On 2009-02-05, CBFalconer <cbfalconer@yahoo.com> wrote: >>> learner wrote: >>>> i am using ADC CS5361.if i shall enable 32 bit word width. >>>> then how can it read 24 bit data.because it will change WS after >>>> recieving 32 bit data.but ADC will give 24 bit after that it >>>> Kindly help me.i will be grateful for your help. >>> Why do Indian contributors generically seem incapable of following >>> punctuation with blanks? >> >> Good question. One would expect that they'd follow the >> British convention of a single space following punctuation. I >> was taught two spaces after the punctuation mark at the end of >> a sentence, but I gather that's a USian thing... > > Anyone learning to type in the US was taught two spaces. I've > since been told that one space is correct for typeset copy.
For typeset copy, talking about "spaces" is a non sequitur. In typesetting "space" is a real quantity instead of an integer quantity. In typesetting there isn't such a thing as "one space" or "two spaces". There is just space of various sizes. Whether or not the space between typeset sentences is larger than the space between words within a sentence is a matter of design style that varies. My impression is that larger spacing is the tradition in the US (TeX does it by default, and US government style guides specify it), but the trend seems to be towards uniform spacing. -- Grant
Reply by Rong February 5, 20092009-02-05
>hi, >i want to interface 24 bit ADC interfacing with ARM using I2S >protocol. i am using ADC CS5361.if i shall enable 32 bit word width. >then how can it read 24 bit data.because it will change WS after >recieving 32 bit data.but ADC will give 24 bit after that it expected >that WS should be changed to show 24 bit data of another channel. > >how can i manage this problem? > >Kindly help me.i will be grateful for your help. > >Thanks >
One solution is to use digital IOs of ARM, instead of its I2S port, to simulate the I2S protocol sequence. That is the way we used in our indicator applications. For sure it adds burden on software. I really don't know if any micro has serial port with capability of 24-bit communication.
Reply by Jim Stewart February 5, 20092009-02-05
Grant Edwards wrote:
> On 2009-02-05, CBFalconer <cbfalconer@yahoo.com> wrote: >> learner wrote: >>> i am using ADC CS5361.if i shall enable 32 bit word width. >>> then how can it read 24 bit data.because it will change WS after >>> recieving 32 bit data.but ADC will give 24 bit after that it >>> Kindly help me.i will be grateful for your help. >> Why do Indian contributors generically seem incapable of following >> punctuation with blanks? > > Good question. One would expect that they'd follow the British > convention of a single space following punctuation. I was > taught two spaces after the punctuation mark at the end of a > sentence, but I gather that's a USian thing...
Anyone learning to type in the US was taught two spaces. I've since been told that one space is correct for typeset copy.
Reply by Grant Edwards February 5, 20092009-02-05
On 2009-02-05, CBFalconer <cbfalconer@yahoo.com> wrote:
> learner wrote: >> >> i am using ADC CS5361.if i shall enable 32 bit word width. >> then how can it read 24 bit data.because it will change WS after >> recieving 32 bit data.but ADC will give 24 bit after that it >> Kindly help me.i will be grateful for your help. > > Why do Indian contributors generically seem incapable of following > punctuation with blanks?
Good question. One would expect that they'd follow the British convention of a single space following punctuation. I was taught two spaces after the punctuation mark at the end of a sentence, but I gather that's a USian thing... -- Grant Edwards grante Yow! ... I don't like FRANK at SINATRA or his CHILDREN. visi.com
Reply by CBFalconer February 5, 20092009-02-05
Vladimir Vassilevsky wrote:
> CBFalconer wrote: >> learner wrote: >> >>> i am using ADC CS5361.if i shall enable 32 bit word width. >>> then how can it read 24 bit data.because it will change WS >>> after recieving 32 bit data.but ADC will give 24 bit after >>> that it Kindly help me.i will be grateful for your help. >> >> Why do Indian contributors generically seem incapable of >> following punctuation with blanks? > > It has to do with the structure of the language. The word "India" > is phonetically similar to the word "idiot", the word "student" > is consonant with "stupid". Here we go, just look around.
I asked for an explanation, not a didactic flood of bias. -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: <http://cbfalconer.home.att.net> Try the download section.
Reply by Grant Edwards February 5, 20092009-02-05
On 2009-02-05, Mark Borgerson <mborgerson@comcast.net> wrote:
> In article <16423296-34e7-4075-9997-0fd610aa7048 > @j39g2000yqn.googlegroups.com>, zwsdotcom@gmail.com says... >> On Feb 4, 7:29?pm, Mark Borgerson <mborger...@comcast.net> wrote: >> >> > I probably assign that error less importance than a Frenchman >> > would assign to my inability to use the proper accent mark >> > and gender endings when I try to write French. >> >> Just wait until you use the incorrect version (case, gender, >> number) of "the" to a German.
I think I once figured out there were 27 different combinations. (or was it 36?) Many of them share the same version of "the", but that doesn't help much if you've got a brain that's wired for English which has just the one version. English brains are so poorly wired for that sort of thing that most native English speakers regularly make mistakes when choosing betwen I/me, he/him, she/her, who/whom.
> Ja, Das ist richtig! Two years of high-school German and 1 > semester in college were sufficient for my visit to the > Oktoberfest in Munich. I suspect that attention to grammatical > detail declines in proportion to consumption of beer.
There's a very funny essay by Mark Twain on the German language. http://www.crossmyt.com/hc/linghebr/awfgrmlg.html -- Grant Edwards grante Yow! WHO sees a BEACH BUNNY at sobbing on a SHAG RUG?! visi.com
Reply by Mark Borgerson February 5, 20092009-02-05
In article <16423296-34e7-4075-9997-0fd610aa7048
@j39g2000yqn.googlegroups.com>, zwsdotcom@gmail.com says...
> On Feb 4, 7:29=A0pm, Mark Borgerson <mborger...@comcast.net> wrote: >=20 > > I probably assign that error less importance than a Frenchman > > would assign to my inability to use the proper accent mark > > and gender endings when I try to write French. >=20 > Just wait until you use the incorrect version (case, gender, number) > of "the" to a German. >=20 >=20
Ja, Das ist richtig! Two years of high-school German and 1 semester in college were sufficient for my visit to the Oktoberfest in Munich. I suspect that attention to grammatical detail declines in proportion to consumption of beer. Mark Borgerson
Reply by Vladimir Vassilevsky February 5, 20092009-02-05

CBFalconer wrote:

> learner wrote: > >>i am using ADC CS5361.if i shall enable 32 bit word width. >>then how can it read 24 bit data.because it will change WS after >>recieving 32 bit data.but ADC will give 24 bit after that it >>Kindly help me.i will be grateful for your help. > > > Why do Indian contributors generically seem incapable of following > punctuation with blanks?
It has to do with the structure of the language. The word "India" is phonetically similar to the word "idiot", the word "student" is consonant with "stupid". Here we go, just look around. VLV
Reply by larwe February 4, 20092009-02-04
On Feb 4, 7:29=A0pm, Mark Borgerson <mborger...@comcast.net> wrote:

> I probably assign that error less importance than a Frenchman > would assign to my inability to use the proper accent mark > and gender endings when I try to write French.
Just wait until you use the incorrect version (case, gender, number) of "the" to a German.
Reply by Mark Borgerson February 4, 20092009-02-04
In article <498A2DBC.9AFF2A9C@yahoo.com>, cbfalconer@yahoo.com says...
> learner wrote: > > > > i am using ADC CS5361.if i shall enable 32 bit word width. > > then how can it read 24 bit data.because it will change WS after > > recieving 32 bit data.but ADC will give 24 bit after that it > > Kindly help me.i will be grateful for your help. > > Why do Indian contributors generically seem incapable of following > punctuation with blanks? > >
Perhaps it's because their native written language doesn't use spaces (or capital letters) in the same way as English. I probably assign that error less importance than a Frenchman would assign to my inability to use the proper accent mark and gender endings when I try to write French. Mark Borgerson