Forum Replies Created
- AuthorPosts
jferParticipantjfer September 19, 2025 at 6:51 am in reply to: Communicate with SM200C through API //php bbp_reply_id(); ?>
Just a quick update on this, I was just able to get the sm_example_open_networked_device C++ example to work with my network configuration, so it’s only the Python API I am currently having trouble with
jferParticipantjfer September 19, 2025 at 5:08 am in reply to: Communicate with SM200C through API //php bbp_reply_id(); ?>
Hi Andrew,
I have updated the addresses in the sm_open_networked_device() call. So currently I am trying to run:
handle = sm_open_networked_device(“192.168.2.2”, “192.168.2.20”, 56120)[“device”]
and getting “Device not found”. When running this I do not see any change in the LED (it stays green) and I do not see any activity on Wireshark.I can confirm that Spike is not running at the same time while running these commands. I will note that when running Spike the LED tends to flash between green and red about every half a second. Is this expected?
Thanks
- AuthorPosts