RC52xPcSerial Command explanation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RC52xPcSerial Command explanation

2,311 Views
jof
Contributor I

Hello,

I tried the "RC633_ISO15693_Inventory.jcf" file from the RC52xPcSerial. I'm currently trying to implement the same command set in my own code.

In PcSerial there is a help section where all the commands are explainded, but sadly the "JNM" is not explained.

In the script there is the follwoing

   ::: L_WaitTransceiveFinished
   GR  07    // Response:  60
   JNM IOR 40 40 L_WaitTransceiveFinished

Im guessing this is a loop function to wait for a specific event, probably for GR07 to be 60.

Has someone an explanation what exactly the command does?

JNM IOR 40 40 L_WaitTransceiveFinished

Thanks

Tags (2)
0 Kudos
1 Reply

1,428 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi Jonathan,

Please refer to the following for details.


L_WaitTransceiveFinished
 } while ((ior & 0x40) != 0x40);

Hope that makes sense,

Best Regards,

Kan

0 Kudos