dmitryelj / RPi-P2000Receiver

P2000 paging autonomous receiver with LCD and browser access
15 stars 7 forks source link

Support for pocsag #10

Closed tomswinkels closed 5 years ago

tomswinkels commented 5 years ago

Maybe its a good idea to add support for pocsag?

dmitryelj commented 5 years ago

I tested, it works, yes. I've commited beta support for POCSAG messages. The proper frequency should be also set.

tomswinkels commented 5 years ago

Thnx, it works :)

tomswinkels commented 5 years ago

Afther some time the application is already running but there are comes no new messages. When i stop and restart them the messages are comming back from some time.

image

dmitryelj commented 5 years ago

Can you copy and send the full log from this console window?

tomswinkels commented 5 years ago

How can i do that?

dmitryelj commented 5 years ago

You can also scroll up the console window and check if there are any error message there.

On Tue, 19 Mar 2019 at 15:50, Tom Swinkels notifications@github.com wrote:

How can i do that?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dmitryelj/RPi-P2000Receiver/issues/10#issuecomment-474404990, or mute the thread https://github.com/notifications/unsubscribe-auth/ARhtSGPFgJSQlAXvEMbLsZnPOhz_HYdLks5vYPktgaJpZM4bU4Pg .

tomswinkels commented 5 years ago

Here a new screen:

image

There i see some error:

dataThreadFunc::Error in line: <class 'UnicodeDecodeError'> p2000.py 590 'utf-8' codec can't decode byte 0xff in position 254: invalid start byte

dmitryelj commented 5 years ago

Thanks for screenshot. Fixed now.