i got the rfid reader rdm6300 up and running.
it reads a 40 bit string via serial - the output of the module is a dec value of only 32-bit.
so there are 8bits missing ...
is there a way to store a 64bit value?
up to now i can only write the string to a syslog server
string as sensor value possible
Moderators: grovkillen, Stuntteam, TD-er
Re: string as sensor value possible
string is not currently supported... split it up in 2 long values??
Re: string as sensor value possible
would be a first solution. but my coding knowledge is not the best ...
got it running with "test += (char)val;" in the reading while loop
and then output with "log += test;"
for now i catch this hex value from my syslog server
a string or 64-bit multibyte value would be something for the wishlist to add
got it running with "test += (char)val;" in the reading while loop
and then output with "log += test;"
for now i catch this hex value from my syslog server
a string or 64-bit multibyte value would be something for the wishlist to add
Who is online
Users browsing this forum: No registered users and 3 guests