Linking to a serial port on OS X

Questions about Wine on macOS.
Locked
davidrfrench
Newbie
Newbie
Posts: 1
Joined: Thu Jun 16, 2016 4:47 pm

Linking to a serial port on OS X

Post by davidrfrench »

Hello. I have an app which runs fine under Wine on OS X, except that it needs to communicate via a serial port.

I can setup a dynamic link from dosdevices/com1 to /dev/tty.usbserial, which I gather works fine in Linux, but under OS X it doesn't. If I try to open the link at dosdevices/com1 the OS tells me the target can not be found. I believe this is because /dev is not directly visible to Finder, and as far as I can make out, it's not possible to make it visible.

Anybody have a solution to this? I'm stuck staring at a Windows 10 box until I can make this work :/
Dhullett
Newbie
Newbie
Posts: 1
Joined: Mon Sep 12, 2016 12:40 pm

Re: Linking to a serial port on OS X

Post by Dhullett »

I am having the same problem? Did you ever find a solution
Locked