Open knedlyk opened 5 years ago
Probably this can help (see attachment)? test.pcap.zip
BTW, windows client works well, so the problem can be in the serial port initialization.
BTW, windows client works well, so the problem can be in the serial port initialization. With my experiments with python I had to use rtscts=True, dsrdtr=True, something like
port=serial.Serial(port=device,
baudrate=115200,
bytesize=serial.EIGHTBITS,
stopbits=serial.STOPBITS_ONE,
parity=serial.PARITY_NONE,
timeout=None,
rtscts=True,
dsrdtr=True)
to initialize serial port in the watch.
Hi Rudolf, Would you like to add a support for a Krippl watches? My old crane wathch was damaged so I had to buy a new one. It is a similar watch, looks likes my old one, but I can't get tracks from this watch. Windows software doing great, I use NewBalance 900 software version 2.0.16. It says that watch has firmware version 1.20 and nothing besides that. Concerning linux, it uses different driver and probably different protocol (?). Please take a look:
And I also can not get image file. What information should I provide to get it work with linux? Regards, Yarema