Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 9 months ago.
HTTP RPC Speed
I am trying to communicate over Ethernet to my mbed LPC1768 using the http rpc. I have the commands working well using this from the cookbook: https://developer.mbed.org/cookbook/Interfacing-Using-RPC
I am also using labview to run the rpc commands but it doesnt execute as quick as expected. the labview example is meant to swap the status of led 1 & 2 (aka 1 lit, 2 off then swap over) in 0.5 seconds. when I run the code it takes up to 2 seconds for the LED to change.
labview vi's: https://developer.mbed.org/cookbook/Interfacing-with-LabVIEW
What is the fastest the rpc will function? i need to run multiple commands quickly so is there a quicker method?