There are five lines that send data back from the program and I have highlighted them in the code snippet below. Comment them all out and no data will be sent out. BTW, anything that starts with "Serial." is sending or receiving serial data.
You can PM the VB program to me if you are really stuck and I will take a look at it. I am no VB expert but I might be able to help. Worst case, nothing ventured, nothing gained.
Kwinn! ···· Thanks for offer! I have 2 programs already working for 2 of the CW ham bands! I will make·7 other ones for different CW ham bands and be trying out Prop RPM as the tuning element in a receiver! Maybe get with you in a month down the road to work out VB5 problems! I'm using VB9 now and it's doing the job! Thanks again! Catch you later!
Comments
···· Thanks for catching that! I went in and edited it and added the new file to that post!
Later!
Rich_W8VK
·
PUB Main | frequency, temp
repeat
Serial.Str(String(">")) <<<<<<<<<<<<
frequency := Serial.getDec
temp := NcoFrqReg(frequency)
Serial.tx(CR) <<<<<<<<<<<<
Serial.Str(String("frqa = ")) <<<<<<<<<<<<
Serial.Dec(temp) <<<<<<<<<<<<
Serial.tx(CR) <<<<<<<<<<<<
frqa := temp
'waitcnt(clkfreq + cnt)
'frqa~
···· Thanks so much for your help! I will try that soon! I am on 2nd VB program right now pulling at the ole hair! Take care for now!
Rich_W8VK
·
···· Thanks for offer! I have 2 programs already working for 2 of the CW ham bands! I will make·7 other ones for different CW ham bands and be trying out Prop RPM as the tuning element in a receiver! Maybe get with you in a month down the road to work out VB5 problems! I'm using VB9 now and it's doing the job! Thanks again! Catch you later!
Rich_W8VK
·