BAS.POKE in ESP8266

Here we can discuss about the problem found
User avatar
Fernando Perez
Posts: 378
Joined: Mon Feb 15, 2021 10:09 pm
Location: Santander (Spain)
Has thanked: 195 times
Been thanked: 267 times

Re: BAS.POKE in ESP8266

Post by Fernando Perez »

Bugs, of course, I will be happy to publish it, but tell me what code you are referring to. The last one that I published, with the SUB pinOUT(address) works correctly for me. That is, as long as in your program you previously define the 10 GPIOS as outputs through pin.mode, the value that you send through address will be instantly reflected in the 10 pins.

Are you referring to controlling a Z80? I am basing myself on what was published about it in the French Hackable Magazine, issues 20 and later and on the 1980 book "Z80 Microcomputer Design Projects", by William Barden. But I have still made very little progress.
bugs
Posts: 142
Joined: Mon Feb 08, 2021 10:10 pm
Location: Scotland
Has thanked: 47 times
Been thanked: 50 times

Re: BAS.POKE in ESP8266

Post by bugs »

Ah - sorry Fernando - I misunderstood and thought you were referring to a later version of your code.
Cancel my request... :)

I will try an 8266 in the next few days with the logic analyser (busy with domestic stuff getting in the way).
Have not had time to look at the SDK - even if I could locate it.

I did find this post ( by Seebs) which looked something like an answer for arduino.
https://arduino.stackexchange.com/a/46940

Not Z80 - I'm a 6800/6809 diehard...
Post Reply