PSLLSP

Results 122 comments of PSLLSP

I just want to highlight that STC-ISP for Windows works, it autodetects chip even when I use FT232RL that has frame error bug... Just an idea, start communication in 9N1...

I see, `stcgal` is written in Python and Serial library has serious limits what can be configured. `STC-ISP` for Windows can probably do more tricks... There are reports on internet...

You have to write your code and that should be part of your application in STC. `stcgal` or STC-ISP cannot read CODE or EEPROM and they cannot write only EEPROM...

It is possible that install instructions are wrong. The SDHC card I created cannot boot in my Raspberry PI, there is only blank screen, no action... I followed instruction at...

I found that file coder_v0.6/raspi.img is binary image of SD card and it has to be transferred to SDHC card with command like dd dd if=coder_v0.6/raspi.img of=/dev/sdX where /dev/sdX is...

Hi, I just replicated the issue. I don't know the exact procedure. What I do? I run "compete" of 4 AI in large city (30x30), I run for time and...

I try to synchronize on 2 different PCs. One node is almost synchronized, second crashed few hours ago. I restarted it and it fetches new blocks. In the case it...

New version of **btdex** was released, `btdex_0.6.0-1_amd64.deb`. I missed that. Anyway, no difference, it crashes too: ``` user@mint:~$ btdex Using config file /home/user/.config/btdex/config.properties # # A fatal error has been...

Important UPDATE. I have found I can crash btdex even on PC that was running btdex for days... When I start **btdex** localy, from local desktop, it is started, no...

OK, maybe there is other problem, The original code is ``` LDX #$01 LDA #$05 STA $01 LDA #$06 STA $02 LDY #$0a STY $0605 LDA ($00,X) ``` There is...