Thank you for your reply  The port is correct in device manager and segatools (ledport=COM6, should that be under a [led] heading or something?). I can't quite figure out what to change in start.bat and/or the config files. Is there something that I should be looking out for? I can see a port for the card reader in one of the config files but no clear variable for the controller...
 
	 
 
	@echo off
 
	pushd %~dp0
 
	taskkill /f /im amdaemon.exe > nul 2>&1
 
	start /min inject_x64.exe -d -k chusanamhook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json
 
	inject_x86.exe -d -k chusanhook.dll chusanApp.exe
 
	taskkill /f /im amdaemon.exe > nul 2>&1
 
	echo. 
	echo Game processes have terminated 
	pause  
	^  current start.bat