LA1FTA
unread,Apr 25, 2012, 3:19:58 PM4/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Aprx software
Hi Group
I tried to build aprx-2.03test3.svn452 on Cygwin with partial success.
Seems there are some non-POSIX things going on in ttyreader.c
After making the following change, i was able to get APRX compiled:
622c622
< t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|
NOFLSH|TOSTOP|PENDIN);
---
> t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP);
It now builds and runs. I started it with the config I used on Linux
(know the config is ok. Digipeater+igate), and although it TX ok, it
does not seem to be receiving packets correctly, and the TNC seems to
fill up the RX buffer.
I'm no expert in C, and I suspect my patch stopped it from doing
things correctly, but I really cannot know if it's the build or
something else that gives this behaviour.
I know the serial port works, since I have used it for other two-way
communcation.
Would love to get some help!
73 de LA1FTA Morten