Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped com port opens as network device #337

Closed
mdblack98 opened this issue Jul 4, 2020 · 0 comments
Closed

Escaped com port opens as network device #337

mdblack98 opened this issue Jul 4, 2020 · 0 comments
Labels
Milestone

Comments

@mdblack98
Copy link
Contributor

Setting rig as serial, with a port of (e.g.) \.\COM3 to be able to
access high numbered Windows COM ports, hamlib tries to open them as
network - tracing it

we set

rig.state->rigport.type.rig = RIG_PORT_SERIAL, and then

17:55:11.214 Hamlib: rig_init called
17:55:11.214 Hamlib: ft1000mp_init: called
17:57:35.976 Hamlib: rig_open called
17:57:35.976 Hamlib: rig_open: using network address \.\COM3
17:57:35.976 Hamlib: port_open called
17:57:35.976 Hamlib: network_open called
17:57:35.976 Hamlib: network_open version 1.0
17:57:35.991 Hamlib: network_open: hoststr=\.\COM3, portstr=
17:57:36.132 Hamlib: network_open: cannot get host "\.\COM3": The
operation completed successfully.

Mike G0GJV

mdblack98 added a commit that referenced this issue Jul 4, 2020
@mdblack98 mdblack98 added the bug label Jul 5, 2020
@mdblack98 mdblack98 added this to the 4.0RC1 milestone Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant