Re: battery tester

2024-10-29 Thread Charles Curley
On Tue, 29 Oct 2024 19:06:08 + Joe wrote: > There are systems which will automatically recognise baud rate by > assuming the shortest mark or space represents the rate, but this > needs fairly good signal strength and reasonable jitter to work. It > generally can't be done well through the UA

Re: battery tester

2024-10-29 Thread Stefan Monnier
> Yep, after thinking a bit and poking the interwebs for good measure, I'm > convinced now that you are right. Miscreant! Stefan

Re: battery tester

2024-10-29 Thread tomas
On Tue, Oct 29, 2024 at 04:28:14PM +0100, to...@tuxteam.de wrote: > On Tue, Oct 29, 2024 at 11:13:28AM -0400, Stefan Monnier wrote: [...] > > The CH340 is a real USB<->serial converter, so somewhere inside the > > device is a real serial connection which speaks at a specific speed and > > the CH3

Re: battery tester

2024-10-29 Thread tomas
On Tue, Oct 29, 2024 at 11:13:28AM -0400, Stefan Monnier wrote: > >> The CH340 is a well-known device, and the usbserial module along with > >> something like cp210x should deal with multiple devices, assigning them > >> ttyUSBx device numbers. > [...] > > I doubt all that baud rate, stop bits and

Re: battery tester

2024-10-29 Thread Stefan Monnier
>> The CH340 is a well-known device, and the usbserial module along with >> something like cp210x should deal with multiple devices, assigning them >> ttyUSBx device numbers. [...] > I doubt all that baud rate, stop bits and parity dance we know and love > from the RS232s of yore are necessary with

Re: battery tester

2024-10-24 Thread tomas
On Thu, Oct 24, 2024 at 09:44:55PM +0100, Joe wrote: > On Thu, 24 Oct 2024 14:10:53 -0400 > "Roy J. Tellason, Sr." wrote: > > > On Wednesday 23 October 2024 11:14:52 am Jeffrey Walton wrote: [...] > The CH340 is a well-known device, and the usbserial module along with > something like cp210x sh

Re: battery tester

2024-10-24 Thread tomas
9308] ch341 7-1.4.4:1.0: > ch341-uart converter detected > Oct 24 15:14:28 Workstation1 kernel: [1915052.251232] usb 7-1.4.4: ch341-uart > converter now attached to ttyUSB0 ^^^

Re: battery tester

2024-10-24 Thread Max Nikulin
On 25/10/2024 03:07, Dan Ritter wrote: Roy J. Tellason, Sr. wrote: Oct 24 15:14:28 Workstation1 kernel: [1915052.251232] usb 7-1.4.4: ch341-uart converter now attached to ttyUSB0 Oct 24 15:14:28 Workstation1 mtp-probe: checking bus 7, device 13: "/sys/devices/pci:00/:00:1a.7/usb7/7-1/7

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
ch341 7-1.4.4:1.0: > > ch341-uart converter detected > > Oct 24 15:14:28 Workstation1 kernel: [1915052.251232] usb 7-1.4.4: > > ch341-uart converter now attached to ttyUSB0 > > ^^^ > > There it is. Now you can try "cat /dev/ttyUSB0" and wiggle your > tester. Perhaps it

Re: battery tester

2024-10-24 Thread Jeffrey Walton
ps. You might try to look at how the ANCEL program communicates with the device. For that, I recommend installing Windows into a VM, and then installing a port monitoring program to sniff the traffic. I would guess USB-OTG has something to do with it. You want the battery tester in device or slave mode so it transfers data. Jeff

Re: battery tester

2024-10-24 Thread Joe
On Thu, 24 Oct 2024 15:21:24 -0400 "Roy J. Tellason, Sr." wrote: > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at > > > which point there's a menu on its screen.

Re: battery tester

2024-10-24 Thread Joe
could use Wine to run the Windows "Printer_boxed.exe" > > > software (see download page URL below) ? > > > > > > Not having Ancel BA101 battery tester, I am not able to test. > > > > > > https://www.anceltech.com/product/detail?id=1086074596467142656

Re: battery tester

2024-10-24 Thread Dan Ritter
Roy J. Tellason, Sr. wrote: > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at which point > > > there's a menu on its screen. > > > > Start "journalctl -f" as root b

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > Connecting the device with a USB cable I see it wake up, at which point > > there's a menu on its screen. > > Start "journalctl -f" as root before connecting the device. Logs may >

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
> A friend of mine managed to access a heart rate monitor by using DOS > > emulation and the original DOS software. > > > > Maybe you could use Wine to run the Windows "Printer_boxed.exe" software > > (see download page URL below) ? > > > &

Re: battery tester

2024-10-23 Thread Max Nikulin
On 23/10/2024 22:14, Jeffrey Walton wrote: On Tue, Oct 22, 2024 at 6:38 AM George at Clug wrote: 1) download the applications from ANCEL website. www.anceltech.com [...] Installing software from a Chinese vendor does not give me a warm and fuzzy feeling. The question is whether there is an a

Re: battery tester

2024-10-23 Thread Max Nikulin
On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: Connecting the device with a USB cable I see it wake up, at which point there's a menu on its screen. Start "journalctl -f" as root before connecting the device. Logs may contain some hints how to communicate with it. Perhaps "udevadm monitor"

Re: battery tester

2024-10-23 Thread tomas
On Wed, Oct 23, 2024 at 11:14:52AM -0400, Jeffrey Walton wrote: [...] > Installing software from a Chinese vendor does not give me a warm and > fuzzy feeling. Yes, like - Cisco - Solarwinds - Microsoft - Crowdstrike oh, wait... Cheers -- t signature.asc Description: PGP signature

Re: battery tester

2024-10-23 Thread Jeffrey Walton
d the original DOS software. > > Maybe you could use Wine to run the Windows "Printer_boxed.exe" software (see > download page URL below) ? > > Not having Ancel BA101 battery tester, I am not able to test. > > https://www.anceltech.com/product/detail?id=108607459646714

Re: battery tester

2024-10-23 Thread Roy J. Tellason, Sr.
On Tuesday 22 October 2024 02:39:36 am George at Clug wrote: > Hi, > > I have been following the comments on this topic. From what I can tell, the > company does not provide Linux drivers or software. > > A friend of mine managed to access a heart rate monitor by using DOS > emulation and the

Re: battery tester

2024-10-23 Thread Roy J. Tellason, Sr.
On Monday 21 October 2024 07:47:39 am Darac Marjal wrote: > > On 20/10/2024 18:51, Roy J. Tellason, Sr. wrote: > > I have here an Ancel BA101 battery tester, discovered by way of a YT > > video, and it's proved to be a handy gadget to have. In the "user manual"

Re: battery tester

2024-10-21 Thread George at Clug
"Printer_boxed.exe" software (see download page URL below) ? Not having Ancel BA101 battery tester, I am not able to test. https://www.anceltech.com/product/detail?id=1086074596467142656 https://www.anceltech.com/Public/Uploads/filetxt/20211007/6638733e-2053-4706-b775-e85cc12931ed.pdf Here

Re: battery tester

2024-10-21 Thread Darac Marjal
On 20/10/2024 18:51, Roy J. Tellason, Sr. wrote: I have here an Ancel BA101 battery tester, discovered by way of a YT video, and it's proved to be a handy gadget to have. In the "user manual" for this device (available online) it talks about the ability to print the data.

Re: battery tester

2024-10-20 Thread David Christensen
On 10/20/24 10:51, Roy J. Tellason, Sr. wrote: I have here an Ancel BA101 battery tester, discovered by way of a YT video, and it's proved to be a handy gadget to have. In the "user manual" for this device (available online) it talks about the ability to print the data. Whi

battery tester

2024-10-20 Thread Roy J. Tellason, Sr.
I have here an Ancel BA101 battery tester, discovered by way of a YT video, and it's proved to be a handy gadget to have. In the "user manual" for this device (available online) it talks about the ability to print the data. Which requires you to connect it to a computer

Re: internet connection tester script

2011-01-28 Thread Mart Frauenlob
On 28.01.2011 12:28, kellyremo wrote: http://pastebin.com/raw.php?i=rykHdvBh bix.hu and www.yahoo.com are "pingable" test sites. 127.0.0.1 could not be pinged [firewall drops all icmp] i have a "oneliner" that echoes if theres "internet connection or no". $ ping -W 1 -c 2 bix.hu >& /dev/null &

internet connection tester script

2011-01-28 Thread kellyremo
http://pastebin.com/raw.php?i=rykHdvBh bix.hu and www.yahoo.com are "pingable" test sites. 127.0.0.1 could not be pinged [firewall drops all icmp] i have a "oneliner" that echoes if theres "internet connection or no". $ ping -W 1 -c 2 bix.hu >& /dev/null && ping -W 1 -c 2 www.yahoo.com >& /dev/

Re: "internet connection tester script"

2010-03-27 Thread Joe
Jozsef Vadkan wrote: Why doesn't my "internet-connection" script work? When I plug the ethcable out, it just waits...and waits...and waits... The script: http://pastebin.com/AE9U1qdL Depending on what you're using it for, one ping may not be enough. I've seen ADSL routers (more than one mode

Re: "internet connection tester script"

2010-03-27 Thread Monique Y. Mudama
On Sat, Mar 27 at 13:07, Jozsef Vadkan penned: > Why doesn't my "internet-connection" script work? > > When I plug the ethcable out, it just waits...and waits...and > waits... > > The script: http://pastebin.com/AE9U1qdL I haven't looked at the script, but I wonder if you'd be interested in the

Re: "internet connection tester script"

2010-03-27 Thread Ron Johnson
On 2010-03-27 07:07, Jozsef Vadkan wrote: Why doesn't my "internet-connection" script work? When I plug the ethcable out, it just waits...and waits...and waits... The script: http://pastebin.com/AE9U1qdL What happens when you pull the cable and then manually run: ping -W 1 -c 4 bix.hu

Re: "internet connection tester script"

2010-03-27 Thread Camaleón
On Sat, 27 Mar 2010 13:07:49 +0100, Jozsef Vadkan wrote: > Why doesn't my "internet-connection" script work? > > When I plug the ethcable out, it just waits...and waits...and waits... > > The script: http://pastebin.com/AE9U1qdL It runs fine here. Just wait a few (20?) seconds. s...@stt008:~/D

"internet connection tester script"

2010-03-27 Thread Jozsef Vadkan
Why doesn't my "internet-connection" script work? When I plug the ethcable out, it just waits...and waits...and waits... The script: http://pastebin.com/AE9U1qdL -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Re: Network tester substitution with two linux notebooks

2009-04-24 Thread Eduardo M KALINOWSKI
Paal Marker wrote: > I have had several network testers here now for measure the connections in > LAN between server rooms terminations to outtakes in the building. After a > year or so they fail, Tired of sending back to seller and get new. I know > there are better quality to buy rather them I

RE: Network tester substitution with two linux notebooks

2009-04-24 Thread owens
> > > > Original Message >From: paa...@online.no >To: debian-user@lists.debian.org >Subject: RE: Network tester substitution with two linux notebooks >Date: Fri, 24 Apr 2009 12:02:33 +0200 (MEST) > >>I have had several network testers here now for measur

Network tester substitution with two linux notebooks

2009-04-24 Thread Paal Marker
I have had several network testers here now for measure the connections in LAN between server rooms terminations to outtakes in the building. After a year or so they fail, Tired of sending back to seller and get new. I know there are better quality to buy rather them I have tried, but expencive

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Dotan Cohen
> The problem with trying to determine the quality of the cable based > on error measurements is that many if not most of the errors are due > to factors (e.g. external induced noise) that do not depend on the > cable quality.  IMO cable quality is best measured with instruments > designed for that

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread owens
> > > > Original Message >From: b...@iguanasuicide.net >To: debian-user@lists.debian.org >Subject: Re: Testing cat-5 cables with Debian as opposed to cable >tester? >Date: Wed, 22 Apr 2009 10:42:38 -0500 > >>In <880dece00904220507j38722eccq5b39b1d57b

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Dotan Cohen
>>> You might be able to estimate the quality of a network cable by transferring >>> random data across it from one Debian host to another and measuring the >>> speed.  (Or, probably better, the ratio of (packets dropped because of >>> checksum failure) / (total packets sent)). >> >> I could probab

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dotan Cohen wrote: >> Not normally. Your standard NIC does not have sensors for measuring such >> things and doesn't expose that information to the OS. >> > > That's what I figured. But I figured if the NIC could give raw access > to the line then ma

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Dotan Cohen
> Not normally.  Your standard NIC does not have sensors for measuring such > things and doesn't expose that information to the OS. > That's what I figured. But I figured if the NIC could give raw access to the line then maybe something could be done in software. > You might be able to estimate t

Re: Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Boyd Stephen Smith Jr.
In <880dece00904220507j38722eccq5b39b1d57b000...@mail.gmail.com>, Dotan Cohen wrote: >There are cable testing equipment available, for measuring parameters >such as attenuation, crosstalk and others. Can two Debian (or >Debian-derived distros) be used to test cables in lieu or expensive >testing e

Testing cat-5 cables with Debian as opposed to cable tester?

2009-04-22 Thread Dotan Cohen
There are cable testing equipment available, for measuring parameters such as attenuation, crosstalk and others. Can two Debian (or Debian-derived distros) be used to test cables in lieu or expensive testing equipment? I have several cat5 cables that have been twisted, bent, stepped on, dragged, ro

Re: Proxy Tester

2004-12-09 Thread Adam Aube
Collet Brunel wrote: > Does anyone know a proxy tester for linux? One that > make tests just like www.proxyjudge.org? See what "apt-cache search open proxy" turns up. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Proxy Tester

2004-12-09 Thread Collet Brunel
Does anyone know a proxy tester for linux? One that make tests just like www.proxyjudge.org? Collet Brunel __ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail -- To UNSUBSCRIBE, email

tester

2001-12-21 Thread Américo Rocha
...there is no place like ~ --- Américo Rocha [EMAIL PROTECTED]

key chain type Alcohol tester

2001-12-01 Thread SCL
Dear sir,   This is one time email. Sorry for any inconvenience. We got your email from internet that you are dealing with wine relative products.   So, we would like to introduce you our new items: Key Chain, LED type alcohol tester.   Which is suitable for the gift and promoting items with

Re: Best way to be a tester

1999-12-23 Thread Shaul Karl
I believe you will get a better answer if you'll try to post it on debian-boot@lists.debian.org > I'm about ready to do an install of debian, and thought the most useful > thing might be for me to test the new (potato?) install procedure from > scratch. I figure most people have been upgrading e

Best way to be a tester

1999-12-22 Thread Ross Boylan
I'm about ready to do an install of debian, and thought the most useful thing might be for me to test the new (potato?) install procedure from scratch. I figure most people have been upgrading existing distributions, so it would be more valuable to start without one. Is this the best (that is, mo