Rfcomm0 to com1 (SeaClear2)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
manxices
Newbie
Newbie
Posts: 4
Joined: Thu Sep 09, 2010 5:45 am

Rfcomm0 to com1 (SeaClear2)

Post by manxices »

I'm trying to configure SeaClear2 to run on an Asus eeepc 900 using a BT GPS but cannot redirect input from rfcomm0 to com1 (the serial port which SeaClear is looking for.

Data flows through to rfcomm0 but I cannot redirect it to com1.
I have set up symbolic links in the .wine/ folder and its sub-folder .wine/dosdevices/ but nothing happens and I have also set the SeaClear.ini file to show "rfcomm0"="com1".

With an earlier version of Wine this all worked Ok but, running version 1.1.21 seems to have caused things to go wrong.

Any ideas would be welcome ..... does anyone else have the same problem?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Rfcomm0 to com1 (SeaClear2)

Post by vitamin »

manxices wrote:I have set up symbolic links in the .wine/ folder and its sub-folder .wine/dosdevices/ but nothing happens
What exact symlinks have you created? Also what are the permissions on /dev/rfcomm0?
manxices wrote: and I have also set the SeaClear.ini file to show "rfcomm0"="com1".
This is wrong. It should be com1=com1.
manxices
Newbie
Newbie
Posts: 4
Joined: Thu Sep 09, 2010 5:45 am

Post by manxices »

vitamin,
My sym links were set up wtih ln /dev/rfcomm0 ~/.wine/dosdevices/com1 -s to direct
Permissions on /dev/rfcomm0 are crw-rw---- and I've now corrected SeaClear.ini as suggested .....
manxices
Newbie
Newbie
Posts: 4
Joined: Thu Sep 09, 2010 5:45 am

Rfcomm0 to com1 (SeaClear)

Post by manxices »

Sorry vitamin - my previous post may have given the impression the problem is now solved but, sadly, not! Still welcome to any suggestions, therefore as to how to direct rfcomm0 to com1 for SeaClear! Thanks .....
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Rfcomm0 to com1 (SeaClear2)

Post by dimesio »

manxices wrote: With an earlier version of Wine this all worked Ok but, running version 1.1.21 seems to have caused things to go wrong.
Is that a typo, or are you really using Wine 1.1.21? That version is extremely old, so if you are using it, you should upgrade.
manxices
Newbie
Newbie
Posts: 4
Joined: Thu Sep 09, 2010 5:45 am

Rfcomm0 to com1 (SeaClear)

Post by manxices »

dimesio
This is the latest version available to me using Synaptic Package Manager on the eeepc 900 (and is, I think) supposedly a stable version of Wine. I´m not sure how to get a later version without possibly causing more problems.
The struggle goes on ....
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

Manxices,
http://www.winehq.org/download has debs available for ubuntu/debian.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Rfcomm0 to com1 (SeaClear)

Post by dimesio »

manxices wrote:This is the latest version available to me using Synaptic Package Manager on the eeepc 900 (and is, I think) supposedly a stable version of Wine.
1.1.21 is not a stable release; it is a development release, and over a year old. Versions that old are no longer supported here. The current stable release is 1.2.
Locked