I am working to try to add features. I can't say when but I'm learning as I go. I'll update as things go.
Last edited:
Oooooh I want one too. Looked at those but man they are pricey.Just purchased the Vector Offroad E-Dock and Universal Ram Mount for the Touch Scanner.
Added a Cigarette Lighter Splitter to address the USB issue.
I will post a video next week when I get it installed.
Oooooh I want one too. Looked at those but man they are pricey.
Maybe you would consider again making it available for those who want to make it themself or have a Pi available.Just a quick update, mancow is in the middle of coding many changes, however the big issue has become the availability of the Raspberry PI 4. Everywhere I have have check only allow or 1 device for the pre-orders, Even then, delivery isn't expected until mid February. I don't have any Raspberry PI's left, mancow might have 1 or 2 left available. mancow and I will continue to post updates as his development of the code continues.
mancow, Robert
mancow and I are talking about a package that includes everything with the exception of the Raspberry PI.Maybe you would consider again making it available for those who want to make it themself or have a Pi available.
Offer partslist and software or the package just without the Pi.
Well, I guess it wont hurt to let the cat out of the bag, that functionality is in development right now. Once it has been completed we will post an announcement here.When it finally accurately mimics the color settings as well as the display settings, I'll jump right in for 2 of them!
Finally got it installed.
Uniden SDS200 and Remote Head (touch scanner)
Touch-scanner.com Vector Offroad bar for a 2011-2018 Jeep Wrangler JKU with the added lift spacer. RAM Mounts RAM-B-201U Double Socket Arm (Medium) Compatible with RAM B Size 1" Ball Components RAM Morumble.com
Hello all! I'm back again with another Linux terminal remote screen python program. Since my last post (Aug 2020), I have bought a SDS200 as a permanent desk scanner so I wanted to update my code to support it (encouraged to do so by having one of the screen flickering ones, just my luck), but I took one look and realized that wasn't happening, so I've written new code.
For those who didn't read the last post(pg15), I was inspired by this thread and used code from the old 2012-2013 thread to get me started and converted to python from the original arduino code.
This code should handle any screen you throw at it: menu, simple, detail, close call, analyze, discovery, weather, etc. For close call and analyze, I have made my own way of representing the bars as there is no real ascii equivalent and I want to maintain as much compatibility as possible. I have ran it for extended periods (several hours to about a day) and have not seen any issues, but the code should report the main types of issues it finds. It will log hits in LOG.txt created in the code's directory, apparently this only works if you cd to the directory then run the codeIwill be the IDIOT from the directory. Like the last one this too is created for python2, if I get a python3 version, I'll post it.
While I don't think I'm currently in the market for the finished product that's been developed here, I think it's awesome and appreciate all the effort of those involved.
If you find issues you want to report, just message me, I would love to get feedback and improve the code.
b'...'
or str.decode()
for a while. Never knew how ugly python3 would make the code look. Not promising this is as good as the python2 version yet, but it seems to work on all display modes.