At the moment I have a touch screen that I usually interface to via Windows (serial DB9 RS232 connection). I noticed it has a RX/TX/VIN/GND/SHIELD pins on the controller, so I soldered a pin from the RX on the touch controller to pin 2 on my Arduino. How should I read this output?
There is definitely output, when I touch the screen I get information coming through using the SoftwareSerial library, but its garbage, so I'm guessing I should be reading this input in a different manner. (I do know the structure of the packet the USB receives, so I am looking for something similar to that).