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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/01 13:39
Read: times


 
#11481 - Slowdown in RS485
Hi ppl,

Whenever I send a string of characters via the RS485 (MAX489), I experienced something very funny.

For example, I would enable the transmitter of MAX489, send a string of characters. At this momemnt, I cannot disable the transmitter or else, the remote side receive only part of it.

void send (char *source) {

RS485_enable();

for (counter = 0; counter < strlen(source); counter++)
sbuf(source[counter]);

delay(1000);

List of 14 messages in thread
TopicAuthorDate
RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
RE: RS485            01/01/70 00:00      
Slowdown in RS485            01/01/70 00:00      
RE: Slowdown in RS485            01/01/70 00:00      
RE: Slowdown in RS485            01/01/70 00:00      

Back to Subject List