07-06-2021 07:32 PM
Hai
I am trying to change the default termination character (0A) to 'End of line' constant(0D0A) in VISA configuration.
07-06-2021 08:05 PM
The termination character can only be a single character. In your case, just leave it as the Line Feed (0x0A).
07-06-2021 08:24 PM
If the termination Character is enabled with Line feed (0×0A), the received data is splitting whenever the 0A occurs .
07-07-2021 06:35 AM
What are you trying to communicate with? Do you have a defined communication protocol?