/
6K Misc - Serial Communications
6K Misc - Serial Communications
When you are trying to comunicate via serial communications to the 6K, either with the comserver or with another com port program(MSComm control in VB, for example), you must put a time delay between the write and read functions. Higher level languages such as VB execute their functions at a faster rate than the 6K. Placing a time delay allows the 6K time to receive, execute and echo the response to the command. For example:
temp = sixK.write("trev:")
delay(100)
text1.text = sixK.read()
This delay allows the 6K to execute the trev command before the VB tries to read the response.
, multiple selections available,
Related content
6K Software - Connection to the 6K with Visual C++
6K Software - Connection to the 6K with Visual C++
More like this
6K Software - Sending Commands ViaRS232
6K Software - Sending Commands ViaRS232
More like this
6K Misc - Serial Communication Protocols.
6K Misc - Serial Communication Protocols.
More like this
6K Software - Connecting to 6K with Visual Basic
6K Software - Connecting to 6K with Visual Basic
More like this
6K Software - How to Use the COM6SRVR with LabVeiw
6K Software - How to Use the COM6SRVR with LabVeiw
More like this
6K Troubleshooting - Why Does the COM6SRVR Use 100% of the CPU?
6K Troubleshooting - Why Does the COM6SRVR Use 100% of the CPU?
More like this