Grigori Goronzy

Results 77 comments of Grigori Goronzy

Can you please try again with the dump option (-D)? I have a hunch it's related to baud rate changes, but I'd like to verify.

Scratch that, baud rate changes only happen later. I suspect it's some buffering issue with OSX drivers or pyserial. Can you try these workarounds: * Increase the sleep interval in...

Something else to try: * Set the pulse character in ```StcBaseProtocol.pulse``` to ```0xfe``` instead of ```0x7f```.

Oh, interesting @zerog2k. I hope it's a driver issue because the dumps don't make much sense.

> again only Windows but it does allow setting the clock speed to 22.1184 Mhz which doesn't appear possible with the -t command. That should work fine. Note that you...

I don't like such hacks, but with all these various issues, it seems like a good idea to implement such a delay. Thanks for the pointer.

Hi, can you provide more detail? Please run stcgal with the `-D` parameter and post the commandline and full log.

There is a list of supported/tested MCU models: https://github.com/grigorig/stcgal/blob/master/doc/MODELS.md Unfortunately, there are various possible hardware and software issues that can break things. See the FAQ for mote detail.

Do you mind if I change the file names or move them to a subdirectory?

FWIW, I finally got my STC89C52 parts with (supposedly) new bootloader. I'll probably look at the code next weekend.