Home AMX User Forum NetLinx Studio

String event is not happening

Hi all

I am working with the new BDP-LX91 from pioneer.
Everything is working, only I don't get nothing as string feedback..

my code is very simple:

DATA_EVENT[dvPioneerDvdFamily]
{

STRING :
{
SEND_STRING dvDebug, 'Pioneer STRING'

printDebug( "'Pioneer string'" )
printDebug( "DATA.TEXT" )
}
ONLINE :
{
SEND_COMMAND dvPioneerDvdFamily, 'SET BAUD 115200,N,8,1 485 Disable'
SEND_STRING dvDebug, 'Pioneer ONLINE'
}
COMMAND :
{
SEND_STRING dvDebug, 'Pioneer COMMAND'

printDebug( "'Pioneer COMMAND'" )
printDebug( "DATA.TEXT" )
}
}

I am am getting nothing from the string prints... nothing.
I created buffer :CREATE_BUFFER dvPioneerDvdFamily, DNPioneer_BUFFER

and its empty all the time, watching in debugger.
I set notifications for "string from device" - nothing (only from this device)

To remind - all the send strings are working great.

Connecting to computer with 232analyzer - I am getting all the feedbacks.
I replaced cables.
replaces ports.
tried without the "DISABLE 485"
I connected the "set baud command to a button to make sure its happening, same behave.

I have no more ideas, beside something I have read in the rs232 manual:

"With some computers, however, hardware processing of the CTS input is required for operation.
In this case a DTR output can be used. As long as signal transfer is possible, a positive potential is
output for DTR. Connect the DTR output to the computer's CTS input."

Any idea someone?

Thanks,

Ady.

Comments

Sign In or Register to comment.