论坛风格切换切换到宽版
  • 3842阅读
  • 2回复

不用 MX614 的 AX25 Decoder 設計 [复制链接]

上一主题 下一主题
离线VR2VJJ
 
发帖
578
只看楼主 倒序阅读 0楼 发表于: 2005-03-12
似乎大家又有得忙了.
http://www.ringolake.com/pic_proj/pic_index.html

考慮試作... 因為好像真的連我也可以diy!
离线BD4OS
发帖
6198
只看该作者 1楼 发表于: 2005-03-13
尤其是wpl,只是不知道这种软解码的解码效果怎么样?

看了一下原理跟以前的hamcomm接口如出一辙,其实只是解码的话使用前面的op部分(类似hamcomm)后面直接连接pc就能工作,但是wpl高明之处就是完成了waypoint,不错!

在此感谢vjj兄的推荐!
离线VR2VJJ
发帖
578
只看该作者 2楼 发表于: 2005-03-13
bob ball 的 one chip tnc 設計:

;=================================================================================================
; modemless packet radio terminal node controller
; c 2004 bob ball wb8wga., see notice at bottom of file
; amateur and educational use encouraged
; reproduction for commercial purposes prohibited without written permission
;
;
; acknowledgements:
; this program builds on the work of many others.
; it was inspired by the previous work of mike berg, n0qbh, on modemless packet receiver design.
; also thanks to byon garrabrant,john hansen, and others for work published on pic packet radio at tapr site
; transmit tone generation interrupt routine from son of tinytrak (sott) by mike pendley, ; k5atm




;
;=================================================================================================
; designed to run on a pic16f88 at 20 mhz.
;=================================================================================================

; this program does packet receive and digipeat of standard ax25 packets at 1200 baud.
; it transmits ax25 beacons with user inputed text
; it will also transmit ui frames in conversation mode as addressed by unproto.
; serial port may be connected to either a terminal or gps unit. controlled by jumper j4
; with gps connected, sends nmea sentences, as controlled by gps command option
; mycall, unproto, alias, btext,beacon on/off, & monitor on/off parameters are inputted by user and
; stored in eeram after perm command is entered

;=================================================================================================
附件: 3x05Ball.zip (0 K) 下载次数:240