Device "SI5332A-D-GM3R" is not programming properly

rameshp14587
Giga Contributor

Hi all,
We are trying to program device "SI5332A-D-GM3R" , and we are able to program the device and after power on sequence we can't see the proper data in the device, so help us to proceed further to read proper data from the device.

Thank you,
Ramesh P
5 REPLIES 5

Chris McDevitt
ServiceNow Employee
ServiceNow Employee

Hi,
I have done this exact scenario before, but I do a lot of orchestration of processes with third-party tools. How would you usually program this device? Do you have a tool that has an API that you can call to program this device? Typically, we will call a third-party tool to do the actual work in SN. Now, you can build your own tool (maybe try something like https://pyi2c.sourceforge.net/ and wrap it in a REST API), ***BUT*** you must wrap the whole custom tool in a security layer (Think API Gateway at a minimum).