EasyVR 3 + Arduino UNO + wifi module PIN problem

Hi, i am having problems with the pins that Easy VR 3 (pins 12,13) and wifi module WINC1500(needs to use 11,12,13)

i tried changing the pins when i declare them with the EasyVR arduino code

SoftwareSerial port(12, 13); and tried change them to SoftwareSerial port(8,9);

but when i try to upload the sketch no error ocurrs just the Easy VR wont seem to be comunicating like it did with the pins 12 and 13

any thoughts

thnaks

diego