Code plug read/write error

OpenGD77CPS
VK3KYY
Posts: 7475
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Code plug read/write error

Post by VK3KYY » Mon Dec 30, 2019 2:48 am

What antivirus software are you using?
BTW.

Line 272 is while (commPort.BytesToRead == 0)

From this code

Code: Select all

				commPort.Write(sendbuffer, 0, 8);
				while (commPort.BytesToRead == 0)
				{
					Thread.Sleep(0);
				}
				commPort.Read(readbuffer, 0, 64);

prattmd

Re: Code plug read/write error

Post by prattmd » Mon Dec 30, 2019 3:07 am

Webroot secure anywhere
But I have tried a PC with none

VK3KYY
Posts: 7475
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Code plug read/write error

Post by VK3KYY » Mon Dec 30, 2019 3:17 am

prattmd wrote:
Mon Dec 30, 2019 3:07 am
Webroot secure anywhere
But I have tried a PC with none
OK.

What CPU etc does the PC use

prattmd

Re: Code plug read/write error

Post by prattmd » Mon Dec 30, 2019 4:30 am

I have tried an intel i5 and i7 16 GB ram

VK3KYY
Posts: 7475
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Code plug read/write error

Post by VK3KYY » Mon Dec 30, 2019 4:47 am

I just re-tested on 2 other machines, all with clean W10 installs and unfortunately I can't replicate the bug on any of them :-(

One is a brand new Core i7, and the other is a 5 year old Macbook, Core i3 which is now running W10.

VK3KYY
Posts: 7475
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Code plug read/write error

Post by VK3KYY » Mon Dec 30, 2019 4:54 am

BTW.

Did you post your codeplug. I guess there is a chance this is related to a specific codeplug (but I can't see how)

prattmd

Re: Code plug read/write error

Post by prattmd » Mon Dec 30, 2019 5:09 am

This was just trying to read it

prattmd

Re: Code plug read/write error

Post by prattmd » Mon Dec 30, 2019 5:10 am

Could it be the chipset of the radio ?
I have one of the very first gd 77 that came out ?

prattmd

Re: Code plug read/write error

Post by prattmd » Mon Dec 30, 2019 5:37 am

I just ordered a new programming cable. Only thing else I can try. Will let you know.

VK3KYY
Posts: 7475
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Code plug read/write error

Post by VK3KYY » Mon Dec 30, 2019 5:43 am

prattmd wrote:
Mon Dec 30, 2019 5:37 am
I just ordered a new programming cable. Only thing else I can try. Will let you know.
I don't think that's likely to be the problem the cables do not contain any electronics, as most modern transceivers have USB as part of their CPU functionality.

Post Reply