Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/06/03 18:02
Read: times


 
#40936 - RE: First x bits missing from serial string
Responding to: ???'s previous message
Marshall,

Try the following in your SendFrame routine.

void SendFrame()
{
char i;

while (OKtoSend == BusBusy)
{
VariableDelay(TL0);
}

ModuleStatus = ACTIVE;
RS485State = TX; //Enable the RS485 Driver

//............................


//before sending first byte of the string

DELAY(for time to send 1 byte);
TI=1;

//............................


SendByte(frame.SystemAddress);
//.........................etc
}

Hope it helps to recognize a bug.

Regards,
George


List of 9 messages in thread
TopicAuthorDate
First x bits missing from serial string            01/01/70 00:00      
   RE: First x bits missing from serial string            01/01/70 00:00      
      RE: First x bits missing from serial str            01/01/70 00:00      
   RE: First x bits missing from serial str            01/01/70 00:00      
   RE: First x bits missing from serial string            01/01/70 00:00      
   RE: First x bits missing from serial string            01/01/70 00:00      
   RE: First x bits missing from serial string            01/01/70 00:00      
   Fixed it            01/01/70 00:00      
   RE: First x bits missing from serial string            01/01/70 00:00      

Back to Subject List