Is there a way to change the time out time of the TiWi? Or do I have to do it manually.
When I call recv(), the tiwi has a very long timeout. In the API there is there setsockopt(), but the timeout option is not supported.
I can have my own timer with an interrupt on the MSP, that when triggered, deasserts the power enable on the TiWi, but then I will have to reconnect to the network again.
Is there a simpler way? Is the TiWi itself hanging, or is it just the API code? That is, if my shorter timeout happens, could I just issue another command to the TiWi instead?
Thanks,
Nathan