It really depends on what your messages look like but in the past I have dealt with this by buffering partial message chunks pushed by PCo in a Queue or db on the MII side. You just need to be able to discern when you have a complete message in your buffer with MII logic.
Regards,
Christian
Hi Christian,
Thanks for your quick response.
As per my knowledge if we specify a particular message length (for Example 1000) Pco will read only those messages which are coming with length 1000. I mean to say if there is a message with length as 999 or 1001 I think Pco will not read it. In this case I can't push the message to Queue or DB as you mentioned.
Please correct me if I am wrong
Thanks
Shaji
Add comment