Serial Port Data Slicer applications

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mocham
Level 2
Level 2
Posts: 20
Joined: Sat May 02, 2009 2:25 am

Serial Port Data Slicer applications

Post by mocham »

I'm trying to run some Windows programs that rely on using the serial port with a data slicer interface and a .SYS or .VXD file that under Windows is necessary to transfer the information from the serial port to the application... At least I think this is how it works.

In Wine these apps are complaining that they can't find the .SYS/.VXD files. In Windows these .SYS and .VXD files are installed using a .INF file. How do I install stuff that relys on .INFs to register the files?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Serial Port Data Slicer applications

Post by vitamin »

mocham wrote:In Wine these apps are complaining that they can't find the .SYS/.VXD files. In Windows these .SYS and .VXD files are installed using a .INF file. How do I install stuff that relys on .INFs to register the files?
Wine does not support hardware drivers. If this program can't talk to the serial port without it's own driver it won't work on Wine.
mocham
Level 2
Level 2
Posts: 20
Joined: Sat May 02, 2009 2:25 am

Re: Serial Port Data Slicer applications

Post by mocham »

vitamin wrote:
mocham wrote:In Wine these apps are complaining that they can't find the .SYS/.VXD files. In Windows these .SYS and .VXD files are installed using a .INF file. How do I install stuff that relys on .INFs to register the files?
Wine does not support hardware drivers. If this program can't talk to the serial port without it's own driver it won't work on Wine.
As I suspected.. Thanks.
Locked