Moissenjeff
Programmer
Hi all
Here is my problem:
I need to write a program that reads data from the Com Port (USB) and make the data that is read accessible to another application via RAM, I could use a normal file, but that is to slow, and this requires realtime streaming.
I suspect that it requires a pointer of some sort, but I have no idea how to create a pointer that is visible for all other applications.
I will also need to make a test application that reads the data from memory to validate that it works properly
Please answer in C#, C++ or C
Here is my problem:
I need to write a program that reads data from the Com Port (USB) and make the data that is read accessible to another application via RAM, I could use a normal file, but that is to slow, and this requires realtime streaming.
I suspect that it requires a pointer of some sort, but I have no idea how to create a pointer that is visible for all other applications.
I will also need to make a test application that reads the data from memory to validate that it works properly
Please answer in C#, C++ or C