Hey guys. I am working with a Point I/O 1734-232ASC ASCII device.
I have attached a screen shot with me online with RS Networx, DeviceNet.
I have an issue, that if the rs-232 device I am talking with goes down, like someone turns the power off to the device (printer), that I loose communications.
Normally if the communications is ok, I see the transaction Id increment, and I use this as a "heartbeat". However, when the communications drops, there is still data in the device. Parameter 14 stores the string data or reply from the printer. As you can see the data, it is byte swapped, switch every other letter.
Is there anyway to purge this buffer in the device? I can't clear it in the M files or N files, because the source is from this device, so when I clear the M files, this device rewrites what is in the buffer anyway. I'd like to clear the buffer in the device if that is possible.