Hello Marco
I don't know the specific module you are using, but from th doc file you supplied, and a quick look at you VISA code, I would suggest that the command you send should be G B603,followed by the carraige return character, not a single string of G B603 Cr, as you have done. Basically, the ascii characters Cr are not the same as the code for a carraige return. Also, I am not sure why you send the line feed character at the start of your string???
HOpe this helps
Dave