Dilwyn has a page with information like this:
https://dilwyn.theqlforum.com/gen/backt ... ktoql.html
See if it is useful.
Tim
Search found 324 matches
- Wed Jul 23, 2025 8:58 pm
- Forum: Software & Programming
- Topic: creating floppy disks with Greaseweazle
- Replies: 8
- Views: 343
- Fri May 16, 2025 12:56 am
- Forum: The Off-Topic Section
- Topic: Win 11 networking
- Replies: 18
- Views: 3676
Re: Win 11 networking
I did some research into the router and found this from 2022:
"The EE Smart Router is based on the BT Smart Router 2. You might want to peruse Search "BT Smart Router 2 USB" to see what the BT Community have to say on the subject, incl. Linux. They do confirm that it supports SMB 1.0 only."
Either ...
"The EE Smart Router is based on the BT Smart Router 2. You might want to peruse Search "BT Smart Router 2 USB" to see what the BT Community have to say on the subject, incl. Linux. They do confirm that it supports SMB 1.0 only."
Either ...
- Thu May 08, 2025 4:10 am
- Forum: General QL Chat
- Topic: German QL Serial Port Cable scheme: a question
- Replies: 4
- Views: 1890
Re: German QL Serial Port Cable scheme: a question
I don't know about German QL's, but with the US QL's, ser1 is Data Communication Equipment (DCE) and ser2 is Data Terminal Equipment (DTE). DCE sends on pin 3 and receives on pin 2. DTE sends on pin 2 and receives on pin 3. This means that a cable built for Ser1 will only work on Ser1 and not Ser2 ...
- Sat May 03, 2025 11:38 pm
- Forum: General QL Chat
- Topic: Andy Pennell's books.
- Replies: 120
- Views: 44090
Re: Andy Pennell's books.
Derek,
I took a quick look at the Qdos Companion. You are using a monospace font instead of a proportional space font. Some prefer a proportional space font as it looks more modern than a monospace font. When I format a document, I do favor proportional space font and only use a monospace font for ...
I took a quick look at the Qdos Companion. You are using a monospace font instead of a proportional space font. Some prefer a proportional space font as it looks more modern than a monospace font. When I format a document, I do favor proportional space font and only use a monospace font for ...
- Fri Apr 25, 2025 11:08 pm
- Forum: Software & Programming
- Topic: Structured SuperBASIC
- Replies: 24
- Views: 8432
Re: Structured SuperBASIC
Norman, here is the results of my testing the latest version:
Minerva ROM:
10 print "foo"
20 go to 10
pass 1...
GO TO -1.148296e80 at Line 20
Pass1 completed.
Table build complete
Decoding loaded program...
Fails with:
Job 1 Basic2ssb Line 4680 HEX$
overflow
10 print "foo"
20 go sub 100 ...
Minerva ROM:
10 print "foo"
20 go to 10
pass 1...
GO TO -1.148296e80 at Line 20
Pass1 completed.
Table build complete
Decoding loaded program...
Fails with:
Job 1 Basic2ssb Line 4680 HEX$
overflow
10 print "foo"
20 go sub 100 ...
- Fri Apr 25, 2025 3:19 am
- Forum: Software & Programming
- Topic: Structured SuperBASIC
- Replies: 24
- Views: 8432
Re: Structured SuperBASIC
Norman,
I gave Basic2ssb a try using sQLux. I normally have it running with the JSU rom. When I executed basic2ssb, it got to line 1060 and the program failed with a "bad paramater" error:
job 1 Basic2ssb Line 1060 PAUSE
Bad Parameter
Retry Continue Abort R/C/A
I tried with a JS rom and got the ...
I gave Basic2ssb a try using sQLux. I normally have it running with the JSU rom. When I executed basic2ssb, it got to line 1060 and the program failed with a "bad paramater" error:
job 1 Basic2ssb Line 1060 PAUSE
Bad Parameter
Retry Continue Abort R/C/A
I tried with a JS rom and got the ...
- Wed Apr 23, 2025 4:14 am
- Forum: Software & Programming
- Topic: Structured Super Basic 2.7.2g
- Replies: 14
- Views: 1578
Re: Structured Super Basic 2.7.2g
I doubt that I would release another version of SSB. I actually use version 2.6.2 because it does all that I need. Version 2.7.X was mostly adding things that I thought others might want (like different languages).
I think it safe to say that the torch has been passed to Norman.
Tim
I think it safe to say that the torch has been passed to Norman.
Tim
- Mon Apr 21, 2025 6:13 pm
- Forum: Software & Programming
- Topic: Structured Super Basic 2.7.2g
- Replies: 14
- Views: 1578
Re: Structured Super Basic 2.7.2g
Derek,
My latest version is here:
http://swensont.epizy.com/ssb272.zip
Norman has expanded it with some additional features.
The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:
http://swensont.epizy.com/SSB.pdf
See page 26 for a macro that calls SSBGO to ...
My latest version is here:
http://swensont.epizy.com/ssb272.zip
Norman has expanded it with some additional features.
The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:
http://swensont.epizy.com/SSB.pdf
See page 26 for a macro that calls SSBGO to ...
- Mon Apr 21, 2025 6:12 pm
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 85
- Views: 20311
Re: My "from PACKAGE import *" (Python) simulation project
Derek,
My latest version is here:
http://swensont.epizy.com/ssb272.zip
Norman has expanded it with some additional features.
The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:
http://swensont.epizy.com/SSB.pdf
See page 26 for a macro that calls SSBGO to ...
My latest version is here:
http://swensont.epizy.com/ssb272.zip
Norman has expanded it with some additional features.
The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:
http://swensont.epizy.com/SSB.pdf
See page 26 for a macro that calls SSBGO to ...
- Sat Apr 19, 2025 4:07 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 85
- Views: 20311
Re: My "from PACKAGE import *" (Python) simulation project
Peter,
Structured SuperBasic (SSB) is an pre-processor for SuperBasic. It takes a text file, which is usually a SuperBasic program, and adds lines numbers. It also support "conditional compilation" meaning it supports #IFDEF type statements. It supports #INCLUDE to combine a number of SSB-type ...
Structured SuperBasic (SSB) is an pre-processor for SuperBasic. It takes a text file, which is usually a SuperBasic program, and adds lines numbers. It also support "conditional compilation" meaning it supports #IFDEF type statements. It supports #INCLUDE to combine a number of SSB-type ...