|
Post by Jim Brain on Apr 29, 2004 1:28:18 GMT -5
Getting closer to having all of the features available. Changelog: 1.0rc1 - Added -n command switch to add phone entries. -naddixion=addixion.hopto.org:23 will create an alias (this will change to -a...) This is needed for some apps (like QLink, that require numbers only telehone entries.) To be implemented -A switch will allow a file of entries to be read
- Added -B switch to allow a text file to be sent when BBS is busy. Any ANSI or CG graphics are allowed in file
- Added -T switch for inactivity timeout text file. As above
- Added -C switch for connect text file. As above
- Added -I switch for no answer text file. As above
- Disconnect timer works. Duration is handled by s30 register
- Cleaned up "RING" algorithm. If modem is not in answer mode, incoming connection will print RING up to 10 times on port at 4 second intervals. If no ata or atd is found during that time, -I text (or 'BUSY' text) is sent to caller
As before, Win32 version precompiled in archive. Requires CYGWIN to run. Still to do: - Finish off AT commands
- Handle software flow control
- Add support for setting telnet TERM variable via s register
Code is at: www.jbrain.com/pub/linux/serial/tcpser-1.0rc1.tar.gz. Jim
|
|
|
Post by Dr. Video/ADDiXiON on Apr 29, 2004 12:31:27 GMT -5
Outstanding work Jim! I have it running on my linux box right now!
The disconnect problem seems to have been fixed by your thread refactoring work (kinda makes sense to me that this might fix it). You might have had a synchronization problem in the previous implementation.
Transfers appear to work without trouble! I am a very happy camper now!
|
|