I am having problems while trying to communicate with the serial port. I have read many tutorials online and found all of them either to be not useful or just too complicated for the task which I must achieve.
The task is simple.
I want to:
1) Open a port (example "COM1")
2) Read and Write data from/to this port
3) Close the port
Preferably the data should be read in and wrote out simultaneously, as it will be controlling an external device in real time.
Any help or links to tutorials would be much appreciated.