> In the case of running where both the TNC and the KISS client are
inside the same machine, I would expect to find a virtual serial port
program connecting the two. OTOH, in unix I would probably use a named
pipe.
soundmodem uses a pseudo-tty apparently.
kisspkt.c
if (!file)
logprintf(MLOG_FATAL, "KISS: No file name specified\n");
strncpy(chan->pkt.kiss.ifname, file, sizeof(chan->pkt.kiss.ifname));
if (openpty(&master, &slave, ttyname, NULL, NULL))
logerr(MLOG_FATAL, "openpty");
http://www.koders.com/c/fid0919489758844EA3CA920EF97CAC13CBA0DEFC19.aspx
_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha