I will try and explain again. My sensor communicates via a RS232 port, which works well on a PC. My problem is that I need to hold the sensor on an extension (2-3 m), a laptop, two power cables and a cable roll. This is too much even for two people.
I would like to replace the laptop AND all cables with just the sensor and the Pi. The Pi should power the sensor (5V, 10 mA) and have the touch screen attatched to allow a data logger program to run. This program I will attempt in B4J.
M main problem is, if I have read correctly, the standard 232 uses 5V and the Pi uses 3.3V. Therefore I need an adapter board like this:
The problem is the connector on the GPIO. These pins are used by the screen which I need.
Also the hdmi connector is used:
That leaves me with the option of a different screen or a serial/ttl usb converter and hope that it works.
The other way I was thinking of is to do away with the screen, take the serial adapter, run my software with bluetooth active and use a coupled tablet as a display.