Re: DataReady not returning enough - WeOnlyDo Discussion board

Re: DataReady not returning enough (General questions)

by bdowns, Thursday, August 26, 2010, 22:55 (5201 days ago) @ bdowns

This is pseudo code and I forgot the sleep.

do
{
lDataReady = ISSH.DataReady()
// first call returns 0
// second call returns 17

if(0 == lDataReady || lDataReady < sCommand.length())
{
lDataReady = 0
Sleep(1000)
}
}
while(lDataReady == 0)


Complete thread: