Quote from: abalore on Yesterday at 16:54It sounds interesting. You can let him contact with me at abalore@hotmail.com... Him and a million spam bots crawling the web😁
Quote from: abalore on Yesterday at 12:23Thanks, that's the way I do it with FutureOS too (reading from HD20 f.e.). Thanks for you answer.Quote from: GUNHED on Yesterday at 12:06Quote from: abalore on 19:55, 08 October 24Thanks a lot for explaining. Good to know that there is a SPI feature!Quote from: GUNHED on 19:21, 08 October 24Please don't burn me for this blasphemous questions...
The M4 expansion has also WiFi. And the SF3 has WiFi too. ...
Could your software be used with the SF3 or M4 expansions too?
What are the technical differences to the project described in this thread.
Sorry for asking, I'm a CPC guy not a WiFi guy
Any of those devices would work with Amsteam with a custom ROM, sadly I don't have any of them to develop the software.
The technical difference is this project is a SPI interface that supports not only wifi, but any SPI compatible device. And probably the fastest available: 1 IN / OUT = 1 byte.
How does the fast IN/OUT work?
It depends on the level of unrolling, example:
; Routine to read 1024 bytes from SPI
ld a,32
_read_loop
ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b
ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b
ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b
ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b:ini:inc b
dec a
jp nz,_read_loop
that achieves around 200 KBytes/sec (1.6 Mbps). Same for writting (with outi instead of ini)
Quote from: Bryce on Yesterday at 15:59Well just the 3in Disk cost about DM20 at the time!
Quote from: Bryce on Yesterday at 15:59Wait, that much? I seem to recall that their price here was the equivalent of GBP1 mid-late 80s?Quote from: Gryzor on Yesterday at 11:25Quote from: robcfg on Yesterday at 10:35I just remembered that I got this program: https://www.cpcwiki.eu/index.php/Deutast , but I didn't thought much about it.DM40? Wtf...
Knowing that german CPCs have a QWERTY keyboard, makes sense now!
Well just the 3in Disk cost about DM20 at the time!
Bryce.
Quote from: Gryzor on Yesterday at 11:25Quote from: robcfg on Yesterday at 10:35I just remembered that I got this program: https://www.cpcwiki.eu/index.php/Deutast , but I didn't thought much about it.DM40? Wtf...
Knowing that german CPCs have a QWERTY keyboard, makes sense now!
Page created in 0.042 seconds with 15 queries.