1 Feb 02:02
RE: The 2007 Club Programming Project (TrashTalk UPDATE)
Update: TrashTalk v1.1 now works without the Server ]I[ for sends directly to BASIC or TEXT. I had to do this for 2 reasons. BA files save "smaller" than DO files...so it was very hard to load a file to DO then save it as BA although it worked. 2nd I was finding large files were very slow to transfer but when I did it with a terminal emulator they were faster? I looked and fine tuned my code but it didn't help much. Then I threw in a button to "skip" or "not use" the server and go directly to a LOAD" or SAVE"COM:98N1E prompt and my code was just as fast as the terminal emulator. Here's the update I added to the README.TXT file: Version 1.1 works for send and receive without the Server ]I[. This way you can install the server code via the same software. To use SEND without the server, you load up either BASIC or TEXT on the TRS-80 and type LOAD"COM:98N1E or hit F2 and type just COM:98N1E. To use RECEIVE without the server, you load up either BASIC or TEXT on the TRS-80 and type SAVE"COM:98N1E or hit F2 and type just COM:98N1E. Notes, for some reason, stand alone is faster. It utilizes the same code for the send and receive, but it is much faster. I can only assume even the tiny TTSERV.BA code is adding a lot of overhead? Anyway, the other update is I almost have a Perl version working, but I'm having some trouble with the send. If I can't get it over the weekend, I might throw it over the wall and just post the code somewhere for someone to hack on. I hope you guys enjoy the VB program and I hope it works out for some. Let me know what you think either directly to my email or the list...as long as it's good ;> Dave Brown aka finiasjynx _at_ hotmail.com(Continue reading)
RSS Feed