Hi,
I started reading about parity, flow control and all that jazz, but I am clued out as to how to deal with dropped/corrupt serial frames. The articles say that checking parity doesn't 100% solve all the problems. I am currently using 9600, n , 8, 2.
My program uses asynchronous serial...
So hello:3
I have already tried many things, and looked at many things, but I can't implement any way to read a value from my data table character by character
here code:
Morse:
mov DPTR, #Text ; Point to the beginning of the text
mov...
I watched Ben eater's video it's about building computer based on 6502 microprocessor and I'm stuck at part3 ( Assembly language VS Machine code). He was programing 32k at28c256 EEPROM and he programmed by assembly to blink LED.
Here his code:
And he uploaded code to EEPROM by Minipro TL866...