Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!ames!ncar!tank!gargoyle!igloo!ddsw1!corpane!herman From: herman@corpane.UUCP (Harry Herman) Newsgroups: comp.sys.handhelds Subject: Re: Confirmed bug in HP-48SX Kermit implemenation Message-ID: <1862@corpane.UUCP> Date: 29 May 90 02:17:03 GMT References: <1812@uc.msc.umn.edu> <25@lysator.liu.se> Organization: Corpane Industries, Inc., Louisville Ky Lines: 33 In article <25@lysator.liu.se>, howard@lysator.liu.se (M V Howard) writes: > fin@norge.unet.umn.edu (Craig A. Finseth) writes: > > >We encountered a problem when trying to send an object that had a > >right arrow (141 decimal) character in its name. > > [... deleted ...] > > >Comments? Confirmation? > > I discovered the problem with my Amiga. I run VT100 which gladly excepts the > right arrow in a file name, but the Amiga's OS will trash the disk. > Strangely, it does this, not when it creates the file, but later when reading > or writing other files and updating the disk structure. At least, that's when > it reports "Disk has a read/write error". > > /MHd > Today I created a variable A->B (with -> being the 141 decimal symbol) and stored a 0 in it. I then used the Kermit that came with the HP IBM-PC serial cable kit and used it to receive the object A->B. I put the PC in server mode, and put the name 'A->B' on the HP stack and used the HP SEND command to send it. The Kermit program claimed to be receiving the file: AiB (the i was actually the i with the grave accent over it) and it also claimed it was saving the file into MS-DOS file AXB (apparently changing the grave accented i into an X). Upon exitting Kermit and typing out the file, it in fact had: %%HP: T(3)A(D)F(.); 0 This was done in ASCII mode, at 9600 baud, no parity, with checksum mode 3 and translate code 3.