tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tlf-devel] netkeyer


From: tim
Subject: [Tlf-devel] netkeyer
Date: Wed, 7 May 2008 07:14:13 -0500 (CDT)
User-agent: SquirrelMail/1.4.9a

Firstly - a big thank you - great software

Alas, on Redhat 8, using a RASCAL interface card, to an FT920 the netkeyer
module was not working correctly.


instead I have had to re-code it as follows
    netkeyer.c - line starting from 183

#ifdef ORIG
                sendto_rc = sendto(socket_descriptor,   buf, sizeof(buf),
                        0, (struct sockaddr *)&address, sizeof(address));
#endif
                int nChars = strlen(buf);
                int i=0;
                for (i=0;i<nChars;i++)
                {
                char myBuf[2];
                myBuf[0]=buf[i];
                myBuf[1]=0;
                sendto_rc = sendto(socket_descriptor,   myBuf,
                                   sizeof(myBuf), 0, (struct sockaddr
*)&address, sizeof(address));
                }

Maybe that will help someone else ?

Many thanks

    Tim
       A45WG



-- 
Confidentiality Notice: This message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use,disclosure, or
distribution is strictly prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]