G Galbas Member Licensed User Longtime User Apr 2, 2014 #1 Hi Guys! I use to do applications in real time like data acquisition. However when I use WiFi connections via UDP protocol I feel the communication is slower than via PC. How can I solve this? Do I need to send in big blocks? Thanks!
Hi Guys! I use to do applications in real time like data acquisition. However when I use WiFi connections via UDP protocol I feel the communication is slower than via PC. How can I solve this? Do I need to send in big blocks? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2014 #2 You will need to test it. What are you connecting to? Upvote 0
G Galbas Member Licensed User Longtime User Apr 3, 2014 #3 I have a product sending 1000 samples per second (1Khz) via RJ45 cable to PC using UDP and I have a bad performance when I use WiFi. Upvote 0
I have a product sending 1000 samples per second (1Khz) via RJ45 cable to PC using UDP and I have a bad performance when I use WiFi.