Generate AX. 25 Modem signals with a PIC.


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    6


    Did you find this post helpful? Yes | No

    Default

    Thanks Skimask for the explanation !!

    I need some guidence my friend like sample code. I never did it this way.

    I will receive GPS info serial in on a pin and have to send it out "voice" (AX.25 Protocol) into a radio's mic.

    BR
    P T

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Pic Toy View Post
    Thanks Skimask for the explanation !!
    I need some guidence my friend like sample code. I never did it this way.
    I will receive GPS info serial in on a pin and have to send it out "voice" (AX.25 Protocol) into a radio's mic.
    BR
    P T
    Better idea...You write some code...and if it doesn't work, I'm sure a dozen people will help you troubleshoot it, 'cause here's my example code...

    main:
    if serial_pin = 1 then
    freqout 1,1,2200
    else
    freqout 1,1,1200
    endif
    goto main

Similar Threads

  1. Interface Pic --> Max232 --> GSM Modem
    By SangkiMangki in forum GSM
    Replies: 1
    Last Post: - 28th September 2013, 12:57
  2. new and need help
    By smeghead in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd November 2008, 20:19
  3. Replies: 2
    Last Post: - 12th September 2007, 08:08
  4. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14
  5. No Modem response
    By jimboho in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 11th November 2004, 05:58

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts