Hannes Matuschek

Results 210 comments of Hannes Matuschek

Ok here is the todo-list: - [x] Get the device - [x] Reverse engineer protocol - [ ] Implement protocol - [x] Implement codeplug read - [ ] Implement codeplug...

You need to update the `99-qdmr.rules` file in `/etc/udev/rules.d/` add the lines ``` # Radioddity GD-73A/E SUBSYSTEM=="usb", ATTRS{idVendor}=="1206", ATTRS{idProduct}=="0227", MODE="660", GROUP="dialout" ``` And then reload the rules with ``` $...

Ok, the segfault is certainly a bug. However, that the resource is busy, is somewhat out of my control. Is there any other process that might want to talk to...

Probably also with udev, at least modem manager can be told to leave a device alone. But I don't know it. Concerning the transfer error: try increasing the delay in...

Do you know `killall`? Avoids the use of complicated grep/awk stuff to kill all instances of a program.

Oh, wait. For now, decoding is not implemented yet. You can only read the binary codeplug using the command line tool. E.g., ``` dmrconf --verbose read gd73_codeplug.dfu ```

There is only read and codeplug decoding implemented. Next step is encoding then writing.

> Why not simply a "down ten rows" and "up ten rows" button? > > Or maybe in addition? Done in linked branch.

Ok, should be complete.