--- title: "Z88 Programs, Tips, and Other Useful Info" type: "article" slug: "z88-programs-tips-and-other-useful-info-2" url: "http://localhost/article/z88-programs-tips-and-other-useful-info-2/" markdown_url: "http://localhost/article/z88-programs-tips-and-other-useful-info-2.md" published_at: "2026-03-15T00:04:42+00:00" modified_at: "2026-03-15T00:04:42+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Tips and a QL SuperBASIC program for transferring files from the Cambridge Z88 to the Sinclair QL using the Z88 Export menu. The included listing reads ASCII text lines transmitted from the Z88 over a serial connection, handling the Z88 newline convention. Also covers the SKIP procedure for interrupting transfers with ESC." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Superbasic (programming language)" slug: "superbasic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/superbasic-programming-language/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "Z88" slug: "z88" taxonomy: "post_tag" url: "http://localhost/tag/z88/" model: - name: "Cambridge Z88" slug: "cambridge-z88" taxonomy: "model" url: "http://localhost/model/cambridge-z88/" - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Peter van Dijk" slug: "peter-van-dijk" taxonomy: "indiv" url: "http://localhost/indiv/peter-van-dijk/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Peter van Dijk" slug: "peter-van-dijk" taxonomy: "indiv" url: "http://localhost/indiv/peter-van-dijk/" volume: "6" issue: "11" issues_articles: - id: 38861 title: "Timelinez v6 n11" type: "issue" url: "http://localhost/issue/timelinez-v6-n11/" pages: "10" pubdate: "November 1988" archive_link: false --- # Z88 Programs, Tips, and Other Useful Info Tips and a QL SuperBASIC program for transferring files from the Cambridge Z88 to the Sinclair QL using the Z88 Export menu. The included listing reads ASCII text lines transmitted from the Z88 over a serial connection, handling the Z88 newline convention. Also covers the SKIP procedure for interrupting transfers with ESC.