Description Usage Arguments Examples
Performs data acquisition from data received from TCP
1 | execute_TCP(port, timestamp = FALSE, timeout = 10)
|
port |
numeric (required): Number of the port |
timestamp |
logical (with default): Is a timestamp available in the data? |
timeout |
integer (optional): the timeout (in seconds) to be used for this connection. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
##==========================================
## Example 1: read data from TCP connecntion
##==========================================
data <- execute_TCP(port = 5555, timestamp = T)
## start HyperIMU app
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.