the sml_transport API is far too primitive to be useful,
sml_transport_read() does not have any provision to keep state between invocations,
and no way to return more detailed information. (it can only return an int, and only write to stderr (see https://github.com/volkszaehler/libsml/issues/17 )
the sml_transport API is far too primitive to be useful,
sml_transport_read()
does not have any provision to keep state between invocations, and no way to return more detailed information. (it can only return an int, and only write to stderr (see https://github.com/volkszaehler/libsml/issues/17 )0
return means "error": https://github.com/volkszaehler/libsml/pull/51