FAQ
===

This is actually a quiet lousy FAQ with only one question answered. But the truth is that only one question is asked frequently.

Q: Your serial tool seems to block my application. What am I doing wrong?

A: It's impossible for two GNU/Linux processes to open the same serial port at the same time. Doing so results in undefined
   behaviour like you just experienced.

   Jpnevulator was never built to sit in between the kernel and your application. I'm sorry.

   The way I have used Jpnevulator over and over again, was with a special self (not entirely myself, but a colleague of mine)
   made device that sort of sits in between a serial cable. Out of the device comes another serial cable that mirrors everything
   that is sent over the original serial cable. A sort of man in the middle.
