01-30-2009 10:44 AM
Hello
I'm using a serial port to communicate with a device with baud rate of 19200
I need to send several codes (questions) to the device and I´m receiving and processing the answers
Currently I'm sending 9-10 codes to the device and the actualization of, for example, the 1st code I'm sending occurs each 2 seconds (aprox.)
In simple terms, is there a way to improve these actualization times??
I forgot to tell that I'm a rookie in labview, so forgive me if this is a stupid question...
Thanks
01-30-2009 11:56 AM
01-30-2009 01:14 PM
The simpler advice is, keep your communication functions in one loop and the processing of the answers to another loop.
So you will not have delays due to processing.
As long as you send only a few bytes (if i understood correctly), higher baud rates will not help you.
02-04-2009 03:16 AM