Manser
October 14th, 2008, 06:58 AM
I could not figure out how I should manage this problem.
I set up a serial device with the new transport class:
It's a yamaha DME24 DSP and I poll all controllers and Value Meters.
This give me an enormous amount of data traffic and it could happen that
after a while running this device the Queue will be full:
So I would like to clear the hole Queued Massages then:
OnQueueFull = function(self)
--helper.ClearQueue(self)
--print("clear wird qeued")
--helper.Reset(self)
--print("clear wird qeued")
end,
But how can I do that?
An other possible action could be to reset the hole device:
Thanks in advance
I set up a serial device with the new transport class:
It's a yamaha DME24 DSP and I poll all controllers and Value Meters.
This give me an enormous amount of data traffic and it could happen that
after a while running this device the Queue will be full:
So I would like to clear the hole Queued Massages then:
OnQueueFull = function(self)
--helper.ClearQueue(self)
--print("clear wird qeued")
--helper.Reset(self)
--print("clear wird qeued")
end,
But how can I do that?
An other possible action could be to reset the hole device:
Thanks in advance