Mark F
October 13th, 2002, 12:55 PM
I wasn't planning anything like this in the version of the serial plugin that I'm currently trying to test. HOWEVER, I will put it on the list of stuff to think about.
As usual, the actual logic would be easy. The hard part would be the user interface for defining which bytes go to which registers. It becomes a parsing problem and I don't really want to write a parser. I'll cover this in a different post.
Another problem, that this particular scenario will have is timing. The input (or hardware) plugins have no way of knowing when the previous register data has been used and, hence, don't know when they can update the data again. This is a problem in the current DVD/LCD solution as well.
Don't get me wrong, this is a good idea and has uses beyond your current problem. It just needs a bit more refinement to be fully functional. :smile:
As usual, the actual logic would be easy. The hard part would be the user interface for defining which bytes go to which registers. It becomes a parsing problem and I don't really want to write a parser. I'll cover this in a different post.
Another problem, that this particular scenario will have is timing. The input (or hardware) plugins have no way of knowing when the previous register data has been used and, hence, don't know when they can update the data again. This is a problem in the current DVD/LCD solution as well.
Don't get me wrong, this is a good idea and has uses beyond your current problem. It just needs a bit more refinement to be fully functional. :smile: