[ANSWERED] Serial Input for RFID reader
-
Hi there,
I'm trying to connect an RFID reader to Isadora. ANd the thing i want to get in isadora is the different NUID of an Tag.
So I have connected an RC522 by the serial port to isadora, and i can see there is an connection.
The only thing i can get really good in Isadora is the iD of the tags. Some have the same number.
On the picture bellow you see the input by serial in watcher binary. Both actors gave an value.But how can is get the same information as i can see in the serial monitor?
23 is the first number en 14 is the last number .
How can i change the serial in watcher. Now i have set it to: value1 : integer = EOL or to value1 : integer = 4 digits
-
Try with the 'Serial In Watcher - Text' (it looks like you're receiving text), and set the parsing pattern to 'msg:string={00-FF}' without the single quotes.
This should output the entire string you are receiving. -
@dusx said:
msg:string={00-FF}
Thnx, that works! Now i can cut the last part of it. And compare it! So different tag's will do different things!
Also tried to use: 'value1 : string = EOL' in serial in watcher - binary. It gives me some text output. But different with the msg len set on 4 or 8!