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 08:13
Read: times


 
#11467 - RE: RS485
Hi Hennie

>In windows there is no way to detect >that all characters in the buffer were >sent without
>the use of third party device drivers.

I suposse you are using some kind of RS485 to RS232 converter, so the serial port is used and detecting that all the chars has been sent is the same that generate an event when TX buffer become empty. If you are using MSCOMM32.OCX (provided with the Windows OS) you can detect it setting

MsComm.Sthreshold = 1

When the chars in the TX buffer is less than 1, its say 0, the buffer is empty and the comEvSend is generated. With your OnComm Subroutine you can decide what to do when the buffer is empty.

Hope this helps, if you need more info you can contact me directly in order to avoid a long off topic thread.

Best regards.

Fran Dominguez.



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