Search found 927 matches

by martyn_hill
Wed Jan 24, 2018 6:02 pm
Forum: Software & Programming
Topic: QL Graphics
Replies: 43
Views: 18957

Re: QL Graphics

Hi Per Just to add to Tobias' explanation "The original QL mode 8 layout "emulates" 512 pixels horizontal resolution in 256 real ones. ": Even in Mode 8, the OS addresses horizontal pixels as though there were 512 - any accesses to odd-numbered x-axis pixels in Mode 8 are rounded...
by martyn_hill
Wed Jan 24, 2018 4:34 pm
Forum: Software & Programming
Topic: Nested TRAP #3 I/O calls in SMSQ/E...
Replies: 4
Views: 2080

Re: Nested TRAP #3 I/O calls in SMSQ/E...

Thanks, Martin!

Time to try... I'll report back here at the other end of the weekend.

:-)
by martyn_hill
Wed Jan 24, 2018 2:30 pm
Forum: Software & Programming
Topic: Nested TRAP #3 I/O calls in SMSQ/E...
Replies: 4
Views: 2080

Re: Nested TRAP #3 I/O calls in SMSQ/E...

Hi Tobias - and thanks very much for that! As for handling ERR.NC from the SER driver Trap - I have designed the 'Message Queue' handling (that will sit alongside the SER driver as a scheduler-loop task to manage asynchronous replies from the uC - maintaining state of each open connection) to captur...
by martyn_hill
Wed Jan 24, 2018 1:53 pm
Forum: Software & Programming
Topic: Nested TRAP #3 I/O calls in SMSQ/E...
Replies: 4
Views: 2080

Nested TRAP #3 I/O calls in SMSQ/E...

Hi everyone Further to the on-going development of the QLAN to USB Bridge adapter (for emulators such as QPC), I am in the thick of researching how best to implement the calls to the Serial driver in SMSQ/E from _inside_ the (physical) NET IO driver. (and onwards to the microcontroller's USB/virtual...
by martyn_hill
Fri Jan 19, 2018 6:56 pm
Forum: Software & Programming
Topic: Behaviour of SER_BUFF in QPC & SMSQ/E
Replies: 11
Views: 5172

Re: Behaviour of SER_BUFF in QPC & SMSQ/E

Hi Tobias, Marcel and other posters :-) In summary, looks like my earlier conclusion that the size of buffer internal to SMSQ was causing the comms problems/fragmented USB packets with the uC were a red-herring after-all. I don't hit the problem these days - I'll try removing the SER_BUFF call altog...
by martyn_hill
Fri Jan 19, 2018 10:23 am
Forum: Help for New Users
Topic: Memory fault
Replies: 2
Views: 4462

Re: Memory fault

Hi again Oggy - did you ever get to the bottom of your QL memory fault?
by martyn_hill
Thu Jan 18, 2018 4:13 pm
Forum: Software & Programming
Topic: Behaviour of SER_BUFF in QPC & SMSQ/E
Replies: 11
Views: 5172

Re: Behaviour of SER_BUFF in QPC & SMSQ/E

Interesting....

Thanks Tobias. I'll look again at why I appeared to see problems communicating with the uC via Serial/USB on QPC2, without extending the buffer size using SER_BUFF.

It was an early-on observation, whilst still debugging the uC code, so maybe a red-herring...
by martyn_hill
Thu Jan 18, 2018 1:52 pm
Forum: Software & Programming
Topic: Behaviour of SER_BUFF in QPC & SMSQ/E
Replies: 11
Views: 5172

Re: Behaviour of SER_BUFF in QPC & SMSQ/E

Hi John

Thanks for that - that was my assumption as well - namely that any future channels opened to a given port would inherit the latest buffer-size settings - similar to the way BAUD works, for example.

Let's see if anyone else here can confirm or correct this understanding.

M.
by martyn_hill
Wed Jan 17, 2018 7:38 pm
Forum: General QL Chat
Topic: QL 34th Anniversary new hardware.
Replies: 205
Views: 98203

Re: QL 34th Anniversary new hardware.

AWESOME Dave!

I'll save my pennies ready for Valentine's Day and divert some funds from the traditional wife's pressy (don't tell her!)

I also wonder what it would take to convince SMSQ/E to talk at 430k...
by martyn_hill
Wed Jan 17, 2018 7:30 pm
Forum: Software & Programming
Topic: Behaviour of SER_BUFF in QPC & SMSQ/E
Replies: 11
Views: 5172

Behaviour of SER_BUFF in QPC & SMSQ/E

Hi everyone As part of the QLUB adapter project (QL LAN via a USB/SERial port & microcontroller - see elsewhere in the forum for more details), I am exploring how best to leverage the serial-buffers option in SMSQ/E (on QPC specifically.) For the QLUB project, I appear to need to extend the SERi...