This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil MicroVision2 in Linux using Wine

Hi,

I was wondering if anybody here has gotten the Uv2 IDE to work under Linux with wine. It does work pretty well for me except when it comes to the debugger using a monitor. For some reason wine does not seem to be handling serial ports as the debugger expects it to, and the IDE reports that the connection is lost. Any pointers?

Parents
  • I haven't tried any other yet. I have debugged the problem a bit and I know that it does open the serial port (not a permission problem) and then it sends the first char and it seems to die waiting for an answer, I think because it Uv2 is expecting something in the GetCommProperties windows call that wine is not providing; I just haven't zeroed-in yet because I really haven't gone into the wine code before. But I think your suggestion can teach me a bit about it: probably I should write a little windows program that just excercises the com port so that I know what's going out and what should come in.
    Thanks

Reply
  • I haven't tried any other yet. I have debugged the problem a bit and I know that it does open the serial port (not a permission problem) and then it sends the first char and it seems to die waiting for an answer, I think because it Uv2 is expecting something in the GetCommProperties windows call that wine is not providing; I just haven't zeroed-in yet because I really haven't gone into the wine code before. But I think your suggestion can teach me a bit about it: probably I should write a little windows program that just excercises the com port so that I know what's going out and what should come in.
    Thanks

Children