Yes; ESC itself may be escaped by ESC. In other words, three characters -- CR, LF and ESC -- need to be escaped, by preceding them with ESC (27), if they appear in the input data stream.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Miles Sent: Sunday, July 01, 2007 10:34 AM To: 'Discussion of precise time and frequency measurement' Subject: Re: [time-nuts] HP5370B and GPIB Cool! -- I assume that ESC also works that way, right (ESC ESC sends a single ESC character)? Is ESC just ASCII 27 as usual? I can support that in the GPIBLIB.DLL layer without much trouble. I was called out of town on family business before I had the chance to tinker with adding firmware-uploading support to prologix.exe, but it's still on my agenda... -- john, KE5FX > -----Original Message----- > From: Prologix [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 01, 2007 10:17 AM > To: 'Discussion of precise time and frequency measurement' > Cc: 'John Miles' > Subject: RE: [time-nuts] HP5370B and GPIB > > > > The latest version of Prologix GPIB-USB controller firmware (v4.65) > available at http://prologix.biz/update.html allows binary data > transmission. CR (ASCII 13) and LF (ASCII 10) may be escaped by preceding > them with the ESC (ASCII 27) character. > > _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there. _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
