RC52xPcSerial Command explanation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RC52xPcSerial Command explanation

3,362件の閲覧回数
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

タグ(2)
0 件の賞賛
返信
1 返信

2,479件の閲覧回数
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 件の賞賛
返信