0
votes
3answers
243 views
modem call in c++
I'm trying to make a modem call in one end, and in the other end the program answers the call. It doesn't seem to detect the carrier. Am I doing anything wrong? Am I missing something?
int main(int …
0
votes
0answers
51 views
Desinging an Application for xmodem Transfer Through Dial-up in Java
I want to desing an application to send/receive a file with xmodem (written in java, I found the source code at http://stackoverflow.com/questions/606074/implementation-of-x-modem-protocol-in-java). …
