Author
XModem sending part
Qaiser Mehmood
Greenhorn
Joined: Jan 10, 2011
Posts: 9
I am stuck in my project at XModem communication in java.I only need sending part if any body can help me please my due date is coming.
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
And this is related to Swing how?
Moving to Sockets and Internet Protocols.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Qaiser Mehmood
Greenhorn
Joined: Jan 10, 2011
Posts: 9
I developed my project in Swing for serial communication.
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
But the problem isn't related to the Swing part.
Qaiser Mehmood
Greenhorn
Joined: Jan 10, 2011
Posts: 9
Sorry dear I can't understand what you said would you like to explain me again what you said.My problem is that I want Xmodem in java and only for sending file.
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
I never even addressed your problem. All I said was that your problem is not related to the user interface of your application, and that's why I moved your thread to a different forum.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35438
posted Jan 13, 2011 03:06:21
0
XModem is a protocol generally used over serial connections, so I doubt that sockets or TCP/IP communication would be involved. This post mentions a commercial implementation and the beginnings of an open source implementation: http://stackoverflow.com/questions/606074/implementation-of-x-modem-protocol-in-java
Android apps – ImageJ plugins – Java web charts
subject: XModem sending part