Sorry, I get a bit ahead of myself sometimes!
Right, first off you need to understand the ALDL protocol before you can start understanding how to process it. As the ALDL cable is just displaying raw bytes from the ALDL line. its not processing it into nice full ALDL frames, you need to do that with the software side of things otherwise it looks like a bunch of gibberish.
Also, your processing the received data to the richtext box as "ASCII", you want to display it as HEX to start seeing more legible raw data.
Its all a learning game. Id recommend watching (Alot) of youtube tutorials starting from basics through to more advanced abilities. Sadly enough, alot of my university courses actually referred to good youtube tutorials explaining new concepts and coding practises... really makes me wonder what the hell people are paying uni for these days...
