I have WaveShare VGA PS2 board, I connected pins to GND, HSYNC, VSYNC, R, G and B, how ever I got no signal on my monitor, i tried check pins using digitalRead but it always return 0, i tried with different cables but still nothing, first time I tried it yesterday, monitor got signal but black screen on it due to wrong pin connection, today I don't have even signal on it. I don't know what's I did wrong (definitely I did not make accidentally damage or short circuit to board because I will saw if something wents wrong). Some one used this WaveShare board with Arduino and can help or explain to me what I did wrong? Thank i advance for every response
Then you will never see anything from this method because the code that generates the pulses you are trying to see, that is the processor in the wave shield, is not running, so there will be nothing to see.
Not in the code you posted in post#6 you didn't.
In fact that post is missing all the pin definitions as well so it will not even compile. When you post code you must post ALL your code.
Why so slow? You would be seeing rapid change in the pulses if any were being generated so you need to print out the data as quickly as possible.