In sn8200_core.h there is SNIC_RESOLVE_NAME_REQ which is referred to in page 72 of the SN8200 SNIC Serial Interface Specification.pdf
(Optional) SNIC_RESOLVE_NAME_REQ to resolve a host name to IP address
If you try to do a query with it then handleRxSNIC get returned 0x8A which is not a member of SNIC_subcmd_id_e in sn8200_core.h, in fact it has been deliberately left out :-
SNIC_SEND_RSP = 0x82,
SNIC_CLOSE_SOCKET_RSP,
SNIC_GET_DHCP_INFO_RSP = 0x89,
SNIC_IP_CONFIG_RSP = 0x8B,
Does anybody know how to make this work and if the SN8200 UART firmware even supports it?
I have asked Murata but do not know if I will get a response...
Edit - just had a response from Murata and the version 2.3 of the SNIC serial interface specification.pdf is a lot more up to date.
Thanks
Andy.