help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Controlling RFID reader.


From: Doug Stewart
Subject: Re: Controlling RFID reader.
Date: Thu, 22 Jun 2017 05:02:33 -0400



On Thu, Jun 22, 2017 at 4:34 AM, iceyj21 <address@hidden> wrote:
The code is : [tag(k)] = srl_read(s3,1000000);

what I'm trying to do here is add each value read to an array. so it'll be
in the same form as the data written; pkt or auto_read



to help you debug this try changing:

this
 [tag(k)] = srl_read(s3,1000000);
to this:
 srl_read(s3,1000000)

and see what shows up on the screen.
It might be reading more than 1 number at a time.


--
DAS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]