Search found 927 matches

by martyn_hill
Sat Jan 17, 2015 12:44 pm
Forum: Software & Programming
Topic: Terminal Program Serial Control
Replies: 8
Views: 4072

Re: Terminal Program Serial Control

Hi everyone Using the Arduino (haven't looked at the Duinomite myself - yet), is in fact the second phase of the Scalextric project I'm still working on :-) At the moment, I'm just using some HERMES ports as inputs (rigged-up to some reed-switches set in to the tracking - fed through a simple 555 ci...
by martyn_hill
Sat Jan 17, 2015 12:16 pm
Forum: Hardware
Topic: Another ram upgrade
Replies: 20
Views: 10403

Re: Another ram upgrade

Nasta - thank you for such a full explanation! So, in summary, HC family can sink the current needed and fast enough from DS to disable the 8301's DSMC - the transistor approach wasn't necessarily just because the decoding through a couple of ICs wasn't fast enough... To this day, I still remember r...
by martyn_hill
Wed Jan 14, 2015 11:38 pm
Forum: Hardware
Topic: Another ram upgrade
Replies: 20
Views: 10403

Re: Another ram upgrade

I (was about to) agree about the need for DTACK(l) to be tri-state too, otherwise some chip or other is likely to source or drain more current that they can handle! Didn't realise that HC has open-drain :-) Coming back to the DSMC(l) point - I see now (that you pointed it out) that the tri-state par...
by martyn_hill
Wed Jan 14, 2015 11:04 pm
Forum: Software & Programming
Topic: How to inhibit printing top-row of fonts...
Replies: 18
Views: 9730

Re: How to inhibit printing top-row of fonts...

Aha! Yes - I hadn't spotted how you did that - thank you! So, this is expected behaviour - in summary, the std print routines will _always_ attempt to print an extra (10th or 0th, depending how you count it) blank pixel-line _above_ the row currently being printed regardless of the CHAR_INC settings...
by martyn_hill
Tue Jan 13, 2015 11:33 pm
Forum: Hardware
Topic: Another ram upgrade
Replies: 20
Views: 10403

Re: Another ram upgrade

Hi guys I am in the midst of designing my own 512K expansion using the very same 4Mbit SRAM so interesting to see this working example! I have a question regarding the driving of the DSMC(l) line - haven't we always been told that a 'fast switching transistor' should be used to drive this line, rath...
by martyn_hill
Tue Jan 13, 2015 11:22 pm
Forum: Software & Programming
Topic: How to inhibit printing top-row of fonts...
Replies: 18
Views: 9730

Re: How to inhibit printing top-row of fonts...

Hi again everyone and thank-you for such a wealth of good ideas! As it stands, my testing so far has only been on QPC and it is here that the CHAR_INC 8,9 method correctly aligns the 8x9 standard font patterns on screen, but unless OVER -1 (xor) is also set, still appears to overwrite/blank the last...
by martyn_hill
Sun Dec 28, 2014 1:44 pm
Forum: Software & Programming
Topic: How to inhibit printing top-row of fonts...
Replies: 18
Views: 9730

Re: How to inhibit printing top-row of fonts...

Hi everyone - thanks for all your ideas! Given that keeping the print routine simple and efficient is my main aim - ultimately to run on a BBQL - I'm thinking that the OVER -1 approach to overcome the unwanted blank pixel-line when printed, remains the most efficient. I'll just need to over-write th...
by martyn_hill
Thu Dec 25, 2014 11:08 pm
Forum: Software & Programming
Topic: How to inhibit printing top-row of fonts...
Replies: 18
Views: 9730

Re: How to inhibit printing top-row of fonts...

Hi Tobias - thanks for the idea. As it happens that approach wouldn't help much in this case as each new character row (or 9 pixels) exhibits the same behaviour and each of the Seems odd to me that this extra row of pixels is ever printed at all, with CHAR_INC set to 9 tall - makes me wonder if its ...
by martyn_hill
Wed Dec 24, 2014 10:54 am
Forum: Software & Programming
Topic: How to inhibit printing top-row of fonts...
Replies: 18
Views: 9730

How to inhibit printing top-row of fonts...

Hi everyone As part of my Scalextric lap-counter/timer project, I've designed some simple font/fount characters for the 7-segment digit display. To get the larger sizes for the digits that I wanted, each segment is composed of several 'UDG' characters that need to be lined up adjacent to one-another...
by martyn_hill
Mon Dec 22, 2014 7:48 pm
Forum: General QL Chat
Topic: The winter has returned, as has the QL
Replies: 21
Views: 11446

Re: The winter has returned, as has the QL

And I will be completing the Lap Timer/Counter for my son's Scalextric - attached to Hermes spare ports and some simple electronics - almost done :-) And then... to start in earnest on a Serial to QNET adapter and the associated TKII/FSERVE software adaptations to allow non-QL hardware (e.g. QPC on ...