Post
Topic
Board Mining software (miners)
Re: BFGMiner 4.4.0: GBT+Strtm, RPC, Mac/Lnx/W64, Mac autodetect, JTMiner, proxy
by
Luke-Jr
on 23/07/2014, 20:35:33 UTC
So for Zeus it would then be zus@//./COM1:342?

Make sure your slashes are facing the right way:  \ instead of /  But yeah, that should do it.

--set-device zus@\\.\COM1:Clock=342

It's actually working better with forward slashes. Otherwise you need to escape them but even then it might not work.
Forward slashes shouldn't work at all. The code looks for backslashes explicitly:
https://github.com/luke-jr/bfgminer/blob/65a7398457a858a9a22d5bb3b309d1e7bf21a2d4/miner.c#L537