when I am run this python push listener example I am getting this data. Why I am not receiving the exact hexadecimaldata?
COM3:9600 8NONE1
Press any key to close the application.
Media state changed. MediaState.OPENING
trace:12:56:47 TraceTypes.INFO Settings: Port: COM3 Baud Rate: BaudRate.BAUD_RATE_9600 Data Bits: 8 Parity: Parity.NONE Stop Bits: StopBits.ONE Eop:126
Media state changed. MediaState.OPEN
New data is received. COM3:00
New data is received. COM3:00
New data is received. COM3:00
New data is received. COM3:00
Hi, You need to change the…
Hi,
You need to change the trace type from info to Verbose.
BR,
Mikko
I changed the trace type to…
I changed the trace type to Verbose and this is command I am now
python main.py -S COM3 -t Verbose
I am getting the same output
COM3:9600 8NONE1
Press any key to close the application.
Media state changed. MediaState.OPENING
Media state changed. MediaState.OPEN
trace:14:53:17 TraceTypes.RECEIVED 00
New data is received. COM3:00
trace:14:53:18 TraceTypes.RECEIVED 00
New data is received. COM3:00
I have question regarding…
I have question regarding with push listener. Is there any way to get data from simulated meters to test the push listener example?
Please help me out
Hi, I just realized that the…
Hi,
I just realized that the Python example doesn't add the hex trace for the output.
Simulators can't send push messages at this moment. You can only read them.
BR,
Mikko
So is there any issue with…
So is there any issue with python push listener example?
Hi, No, there is no issue…
Hi,
No, there is no issue. The example just doesn't add the hex trace.
BR,
Mikko
Hi Mikko, But , I added -t…
Hi Mikko,
But , I added -t Verbose parameter. Why its not giving the hex trace ?
Hi, Get the latest version…
Hi,
Get the latest version from the push example. It will add a hex trace if verbose argument is added,
BR,
Mikko