Results 1 to 2 of 2

Thread: 16-bit support?

  1. #1
    Join Date
    Nov 2008
    Location
    Maine
    Beans
    1,126
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question 16-bit support?

    Hi all,
    I have an application I am trying to run in Wine. The last time I recall running it was in 2008. Reading the wineHQ page I saw something about recolationg 16-bit modules.

    I can run parts of the program, but the 16-bit calls to the serial port fail. Can anyone assist?

    here are the errors I get when the program trys to access the com port:
    Code:
    fixme:comm:CloseComm16 no cid=1 found!
    fixme:comm:CloseComm16 no cid=2 found!
    fixme:comm:CloseComm16 no cid=3 found!
    fixme:comm:CloseComm16 no cid=4 found!
    how can i get this application to call the com port?
    I added a com1 device,
    Code:
    lrwxrwxrwx 1 s s   10 2012-11-14 18:11 com1 -> /dev/ttyS0
    what else do i need to do?
    ~Conradin~

  2. #2
    Join Date
    Nov 2008
    Location
    Maine
    Beans
    1,126
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: 16-bit support?

    Bumpity.
    maybe I can run this in Java.
    To be clear, I need 16bit serial port support under wine.
    Anyone have ideas?
    ~Conradin~

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •