System stalls on sending and receiving data
in
Integration and Hardware
•
4 months ago
Hello,
I am running a datalogging program I wrote on Arduino and Processing forgive me if I cant share it because of IP.
In one section of the code, Processing is sending data to arduino. Arduino copies the data, adds 3 more data to it and sends all back for the processing to check them. This send and receive happens very fast.
This code works beautifully on a 2.2GHz Quad core computer, but it sometimes stalls on a 600MHz computer (I know its old).
My questions is that is there any limitation on the computer speed running the processing program?
Thanks
I am running a datalogging program I wrote on Arduino and Processing forgive me if I cant share it because of IP.
In one section of the code, Processing is sending data to arduino. Arduino copies the data, adds 3 more data to it and sends all back for the processing to check them. This send and receive happens very fast.
This code works beautifully on a 2.2GHz Quad core computer, but it sometimes stalls on a 600MHz computer (I know its old).
My questions is that is there any limitation on the computer speed running the processing program?
Thanks
1