Steve, Thank you for your reply, in the current implementation we are primarily using DCM at the moment. Unfortunately I am not familiar with EFM. That being said, although I do not know the cause, the issue was fixed about a week ago. Is EFM something that I should have access to from the Kinetic portal? If I can use it for troubleshooting at a later date it sounds like it would be useful. Respectfully, Scott
... View more
I have been working on a very important project for my company using the IR 829 with a IOx Guest and Kinetic to send captured sensor telemetry data to Azure and other backends via Kinetic. We had a prototype program running successfully up until the 26th of January when all communication suddenly stopped. My MQTT transmissions are currently reaching the MQTT broker within Kinetic, but I have no visibility on how the data is flowing or whether there are any other internal errors within Kinetic mentioning why the data is not arriving at Azure. I have a script monitoring the Azure EventHub that we are using, and the last data continues to be from January 26th as previously mentioned. Can anyone help me get this working again? (please let me know if there is any information needed)
... View more
We have followed the following guide, in order to set up our serial ports to communicate with the container. https://communities.cisco.com/docs/DOC-63003 However, we are unable to get serial communications functioning properly. Works: Thing ==> Container-APP Test Method: Send a message from raspberry pi to Container. echo "hello world" > /dev/ttyUSB1 Recieve message within the Container. cat /dev/ttyS0 hello world Doesn't work: Container-APP ==> Thing Test Method: Send a message from Container to raspberry pi. echo "hello world" > /dev/ttyS0 Recieve message within the Container. cat /dev/ttyUSB1 Unfortunately "hello world" never appears on the raspberry pi. We have tried various configurations and have so far been unable to proceed. Does anyone have any experience with this that might be able to push me in the right direction?
... View more
Hello, I followed the above procedure, and am only able to achieve one way serial communication. Is there something that needs to be done to achieve two way serial comms?
... View more