What is the best pratice of timing in serial communication?
When there is an issue with the communication counterpart, that there MUST be a delay between two telegrams sent from the PC, how do I best implement that?
I have researched the OnTxEmpty event, but it seems to fire the exact same millisecond as i send a buffer of 12 characters to the Tx buffer.
Is the TVaComm component externally buffered by the Windows serial buffer ?
Some RS485 adapters (half duplex) needs to be controlled by RTS to switch between RX/TX, is this properly supported by TVaComm?
Kind regards
Søren Bech