Shop OBEX P1 Docs P2 Docs Learn Events
Communicate to Terminal Frequencies Program from Comm Port without Parallax Ser - Page 2 — Parallax Forums

Communicate to Terminal Frequencies Program from Comm Port without Parallax Ser

2»

Comments

  • kwinnkwinn Posts: 8,697
    edited 2010-03-07 14:31
    You have attached FullDuplexSerialPlus, not TerminalFrequencies.
  • Rich_W8VKRich_W8VK Posts: 44
    edited 2010-03-08 09:23
    Kwinn!
    ···· Thanks for catching that! I went in and edited it and added the new file to that post!
    Later!

    Rich_W8VK
    ·
  • kwinnkwinn Posts: 8,697
    edited 2010-03-08 13:24
    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.

    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~
  • Rich_W8VKRich_W8VK Posts: 44
    edited 2010-03-08 17:33
    Ok Kwinn!
    ···· 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
    ·
  • kwinnkwinn Posts: 8,697
    edited 2010-03-09 04:19
    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.
  • Rich_W8VKRich_W8VK Posts: 44
    edited 2010-03-09 17:30
    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!

    Rich_W8VK

    ·
Sign In or Register to comment.