MicroP25RXMon

Status
Not open for further replies.

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
The MicroP25RXMon software is a simple application for monitoring the audio and display information from the MicroP25RX over USB. It can be run on Windows, Mac, Linux. You can access the latest source code and install instructions on the github page here: GitHub - tvelliott/MicroP25RXMon: A monitoring application for the MicroP25RX receiver written for the Processing development environment. You will need to install the Processing language / software development environment in order to compile the software.

There is also an executable version for WIndows 64-bit that can be downloaded here: MicroP25RXMon
 

freqseeker

Member
Joined
Jun 18, 2003
Messages
470
Location
Puget Sound WA.
I tried this earlier today and received a syntax error. See picture. I probably didn't load something right as it appears to be looking for something on the C drive.P25RXmon.png
 

FreqNout

Member
Joined
Jul 23, 2021
Messages
297
Location
Chicagoland
From your picture, it looks like you are trying to load the github web page....not the files you need to run. On that github web page, under the green code button you can download the code in a zip file.
 

freqseeker

Member
Joined
Jun 18, 2003
Messages
470
Location
Puget Sound WA.
Yes I'm not familiar with Github downloads. I downloaded it correctly and now it is looking for the micro on the com ports. Making progress. I know it's simple. I will try again tomorrow.
Thanks for the tip.
 
  • Like
Reactions: btt

freqseeker

Member
Joined
Jun 18, 2003
Messages
470
Location
Puget Sound WA.
I was able to get it working. The first problem was what @FreqNout suggested. User error. Thank you.
The second problem was the program kept searching comports for the micro. In my case com 3 and com 9. Com 9 is a Uniden and com 3 is the micro. I tried different cables and and USB ports with the same results.
I found in Device Manger that there were two com 3's, one was the micro and the other was a USB to serial DB9 for another radio. I unplugged the DB9 USB and all is working great now. Not sure why Windows 10 allowed two devices on the same port but it did.
Thank you @btt and @goldmyne99 for the email suggestions to getting it to work and for writing this utility making the Micro even better.
 

alphaacres

Member
Premium Subscriber
Joined
Feb 3, 2006
Messages
212
Location
Oswego, New York
Thanks for the updates to MicroP25RXMon Config now I can update on the fly instead of pulling the memory card. 😊
 
  • Like
Reactions: btt

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
Thanks for the updates to MicroP25RXMon Config now I can update on the fly instead of pulling the memory card. 😊
Still working on it. You can read the configuration over USB. I will try and get the write to configuration over USB done today. I'm working on it.
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
fw0105-02 and MicroP25RXMon version 0105-02 are available. Reading /Writing configuration over USB is now supported. It isn't well tested yet. Mack a backup to SD first!
 

freqseeker

Member
Joined
Jun 18, 2003
Messages
470
Location
Puget Sound WA.
Couldn't wait. I changed a few RID descriptions and modified the name of one talkgroup over several read and writes. It saved to the card and reads from the card as expected, no problem.
Great work. Thank you.
 
  • Like
Reactions: btt

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
Couldn't wait. I changed a few RID descriptions and modified the name of one talkgroup over several read and writes. It saved to the card and reads from the card as expected, no problem.
Great work. Thank you.
Thanks for testing. The read/write functions don't modify the card. The <read config> reads directly from flash memory. The <write config> writes to ram, then is transferred directly from ram to the flash memory. If you want the configuration changes on the SD card, then you can use the SD BACKUP function to transfer from the flash memory to the SD card after doing a <write config> operation.
 

brndnstffrd

Member
Joined
Mar 30, 2010
Messages
427
Location
CT
Thanks for testing. The read/write functions don't modify the card. The <read config> reads directly from flash memory. The <write config> writes to ram, then is transferred directly from ram to the flash memory. If you want the configuration changes on the SD card, then you can use the SD BACKUP function to transfer from the flash memory to the SD card after doing a <write config> operation.
Sounds simple enough. Gonna try this out at some point this weekend.
 
  • Like
Reactions: btt

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
version 0107-05 is available. goldmyne made a few improvements to the display. The read/write config functions have also been made more robust. (write config does retries if a USB packet is dropped), there are more status messages. There is an executable available for Windows 64-bit if you don't want to install the Processing development environment on that platform.
 

dustinsterk

Member
Joined
Jun 21, 2007
Messages
67
This is cool, running on OSX. When I try to read the config from the device, it freezes and never comes back. Anything I can do to debug?
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
This is cool, running on OSX. When I try to read the config from the device, it freezes and never comes back. Anything I can do to debug?
Thanks for giving it a test on OSX. It has only been tested on Linux and Windows up to now. I will get an OSX machine setup and see if I can reproduce here later this afternoon.
 

dustinsterk

Member
Joined
Jun 21, 2007
Messages
67
Thanks for giving it a test on OSX. It has only been tested on Linux and Windows up to now. I will get an OSX machine setup and see if I can reproduce here later this afternoon.

Anytime. Here is the output in the console before it hangs:

config button pressedread config
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
Anytime. Here is the output in the console before it hangs:

config button pressedread config
What happens if you press the read button again after 5-10 seconds? Still locked or do you see more console output?
 

dustinsterk

Member
Joined
Jun 21, 2007
Messages
67
What happens if you press the read button again after 5-10 seconds? Still locked or do you see more console output?

I cannot click again, spinning wheel, during this time the other main GUI thread is still showing and processing voice, etc.
 
  • Like
Reactions: btt

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
I cannot click again, spinning wheel, during this time the other main GUI thread is still showing and processing voice, etc.
I tested the application on an Intel-based Mac Air Book. It works flawless for me. Are you using an Intel-based or Apple silicon-based machine?
 
Status
Not open for further replies.
Top