| ??? 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 |
| Topic | Author | Date |
| 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 |



