Hi everyone,
I'm currently working with the PN7362 controller and using the phexnfccid example code. I want to add a new task that provides a Virtual COM (VCOM) interface. The goal is to use this VCOM interface to send commands for testing purposes, such as executing phhalRf_FieldOn(); to turn the NFC RF field on.
However, I noticed that there is already a USB task running for CCID functionality. Given that the USB interface is already occupied, is it still possible to modify the code to add a VCOM interface that listens for commands and triggers actions like phhalRf_FieldOn();?
If anyone has experience with this or can share advice on how to implement it, I would really appreciate it!
Thanks in advance for your help!