On Wed, Jun 15, 2011 at 12:00 PM, <[hidden email]> wrote: Send eLua-dev mailing list submissions to Hello, Thanks for your reply. Now that I know for sure that the bug has nothing to do with my platform setup, I will try to build up test cases to corner the bug. I will keep the posix vs win serial implementation in mind. If I stumble upon something interesting, I will certainly keep the community posted. Awaiting your update. Raman
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
On Wed, Jun 15, 2011 at 5:32 AM, Raman Gopalan <[hidden email]> wrote:
> Thanks for your reply. Now that I know for sure that the bug has nothing > to do with my platform setup, I will try to build up test cases to corner > the > bug. I will keep the posix vs win serial implementation in mind. If I > stumble > upon something interesting, I will certainly keep the community posted. > > Awaiting your update. > > Raman What's odd here is that I did hook up a scope to both Rx and Tx lines and at least at the MCU it appears to be sending back the initial handshake reply. What I can't figure out is why it never appears in the buffer in Windows. There's plenty of buffer space allocated beforehand. One difference I notice in timing between POSIX and Windows is that it seems to send the connection request byte and header as one "packet" whereas with windows there is a couple millisecond delay between the sending of the connection request byte and the 8 header bytes. Additionally, there appears to be a longer delay in responding to the single 9 byte POSIX send vs the separated Windows 1 + 2ms + 8 byte send. I haven't looked at timing on an STM32 platform yet to see how it differs if at all but I wonder if this might be related to timing? It has definitely worked in the past on this platform. I may start trying to find the last working version and then use git bisect to find what change caused the current problem. _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |