What do I need to call in order to completely severe the USB connection after my app closes?
Currently,
I call disconnect() and cloverconnect.dispose() on app closed. it did a good job on cleaning up the objects but the clover still connected to my PC and it still has the welcome screen. is there a way disconnect it completely once my app is closed? Currently, the only way to kill the connection is to reboot my PC or disconnect the physical USB cable which is not a good option.