Jump to content
IGNORED

HDX working in Linux using WINE


arcadeshopper

Recommended Posts

I successfully configured my Xubuntu 14.04 machine to work with HDX today. All it took was a simple simlink in the ~/.wine/dosdevices/ directory linking com1 to /dev/ttyUSB0 (my usb rs232 port) and then adding my user to the 'dialout' group so it would have access to the port.

Loaded HDX via wine and it worked "out of the gate" to load a directory and copy a file. This testing was done with a 99/4a and Nanopeb V1.0 and a rs232 cable with auto-handshaking..

More info on wine rs232 config:
http://www.winehq.org/docs/wineusr-guide/misc-things-to-configure
http://www.witch.westfalen.de/Wine-HOWTO/ch-serial.html

Serial and parallel port configuration is very similar to drive configuration - simply create a symbolic link in ~/.wine/dosdevices with the name of the device. Windows serial ports follow a naming convention of the word com followed by a number, such as com1, com2, etc. Similarly, parallel ports use lpt followed by a number, such as lpt1. You should link these directly to the corresponding Unix devices, such as /dev/ttyS0 and /dev/lp0. Make sure you have the needed access rights to that device. For example, to configure one serial port and one parallel port, run the following commands:
ln -s /dev/ttyS0 com1
ln -s /dev/lp0 lpt1
  • Like 3
Link to comment
Share on other sites

Very cool, I've never used wine that way before. That said, I'd still prefer a native linux implementation, in source format so that we could compile it to run it on a Pi or other low-cost ARM SBC. Hell, with the proper DSR, the Pi could take up the task of quite the bunch of devices (SD Card drive, RTC, WiFi connected Lantronix alternative, ...)

Link to comment
Share on other sites

Yea that is what I thought. Last time I stuck my foot in to Wine I really hated it.

Sorry to here no improvement since then.

 

I ran Virtual PC on OS X but they dropped support for it, to bad it worked great.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...