PDA

View Full Version : Prevention DS-2200 Upper Arm blood Pressure software



jpr9845
10-14-2011, 11:42 PM
I own a Prevention Ultima Upper-Arm Blood Pressure Monitor DS-2200. One of its features is an USB port for downloading data to my PC. Problem is that it did not come with the software/driver to interface with it. And yet even worse I cannot find it anywhere. I contacted the company Mark of Fitness and I was told that the software was no longer available as it was comprimised. I am not sure what that means but it was their explanation.

If anyone can help I would greatly appreciate it.

execucaremn
10-19-2011, 08:10 PM
I believe you are looking for the Com2kXP.inf file (it works on vista and prior versions of windows, but not windows 7).

The contents look like this:
;************************************************* *****************************
;* SANYO USB COM Port INF file for Window 2000/XP/Vista *
;* Copyright (C) 2002-2007 Insight international corp. *
;* *
;* com2kXP.inf USB CDC device inf file *
;************************************************* *****************************
;* Base: UsbCommW2kStd INF file *
;* Revision History: *
;* Date Ver. Who What *
;* ----------+---------+-----------+----------------------------------------- *
;* 2002/10/16 1.0.0.0 Y.Suzuki Initial revision *
;* 2007/04/25 2.0.0.0 M.Matsudo Windows Vista support *
;************************************************* *****************************
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=04/25/2007,2.00.00.0000

[Manufacturer]
%Mfg% = Insight

[Insight]
%Device%=USBSER.Install, USB\VID_1247&PID_00F8

; Install class "Ports"
;----------------------------------------------------------
[ClassInstall]
AddReg=PortsClass.AddReg

[PortsClass.AddReg]
HKR,,,,%PortsClaOssName%

[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

[USBSER.Install.NTx86]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=ComPort.AddReg.NTx86

[ComPort.AddReg.NTx86]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[USBSER.Install.NTx86.Services]
include=mdmcpq.inf
AddService=usbser, 0x00000002, LowerFilter_Service_Inst

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Strings

[Strings]
Mfg="Prevention."
Device="HDMS"
PortsClassName="HDMS"

The contents end with and include the last blank line. I believe if you paste the contents above into a notepad file, save the file and change the name to Com2kXP.inf you might have what you need. good luck.

jpr9845
10-19-2011, 09:05 PM
I wrote the file as described, but now what do I do with it? Isn't an .INF file associated with an .EXE/.COM file or atleast a driver?

embolism
11-11-2011, 03:42 PM
I own a Prevention Ultima Upper-Arm Blood Pressure Monitor DS-2200. One of its features is an USB port for downloading data to my PC. Problem is that it did not come with the software/driver to interface with it. And yet even worse I cannot find it anywhere. I contacted the company Mark of Fitness and I was told that the software was no longer available as it was comprimised. I am not sure what that means but it was their explanation.

If anyone can help I would greatly appreciate it.
If the software is compromised as vendor claims go back to the manufacturer and ask for product support,if you go to their site you maybe able to download any device drivers directly by putting your device serial into search or going to downloads or support for your device.
If your supplier cannot supply a required driver or says that such is compromised my first reaction would be to ask for my money back as it is sold as knowingly faulty or inoperable to begin with as is implied by their excuse as its not able to do what is advertised.
I personally would not endeavour to try doing any workaround on software or files that have anything to do with blood pressure monitors in-case readings are then inaccurate or compromised as an effect,no one wants to be the cause of someone's heart attack or stroke.

embolism
11-11-2011, 03:52 PM
If the software is compromised as vendor claims go back to the manufacturer and ask for product support,if you go to their site you maybe able to download any device drivers directly by putting your device serial into search or going to downloads or support for your device.
If your supplier cannot supply a required driver or says that such is compromised my first reaction would be to ask for my money back as it is sold as knowingly faulty or inoperable to begin with as is implied by their excuse as its not able to do what is advertised.
I personally would not endeavour to try doing any workaround on software or files that have anything to do with blood pressure monitors in-case readings are then inaccurate or compromised as an effect,no one wants to be the cause of someone's heart attack or stroke.

I have read up on the BP monitor you have and the drivers are factory install only as can be read on description ,so it should just plug and play without need of further drivers,
http://b4tea.com/technical/prevention-ds-2200pv-prevention-ultima-upper-arm-blood-pressure-monitor/
If such drivers are not pre-installed in the factory then you have been sold a lemon and should in the first instance refer back to vendor for a refund,as the product is defective and does not meet your requirements .

embolism
11-11-2011, 04:10 PM
I believe you are looking for the Com2kXP.inf file (it works on vista and prior versions of windows, but not windows 7).

The contents look like this:
;************************************************* *****************************
;* SANYO USB COM Port INF file for Window 2000/XP/Vista *
;* Copyright (C) 2002-2007 Insight international corp. *
;* *
;* com2kXP.inf USB CDC device inf file *
;************************************************* *****************************
;* Base: UsbCommW2kStd INF file *
;* Revision History: *
;* Date Ver. Who What *
;* ----------+---------+-----------+----------------------------------------- *
;* 2002/10/16 1.0.0.0 Y.Suzuki Initial revision *
;* 2007/04/25 2.0.0.0 M.Matsudo Windows Vista support *
;************************************************* *****************************
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=04/25/2007,2.00.00.0000

[Manufacturer]
%Mfg% = Insight

[Insight]
%Device%=USBSER.Install, USB\VID_1247&PID_00F8

; Install class "Ports"
;----------------------------------------------------------
[ClassInstall]
AddReg=PortsClass.AddReg

[PortsClass.AddReg]
HKR,,,,%PortsClaOssName%

[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

[USBSER.Install.NTx86]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=ComPort.AddReg.NTx86

[ComPort.AddReg.NTx86]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[USBSER.Install.NTx86.Services]
include=mdmcpq.inf
AddService=usbser, 0x00000002, LowerFilter_Service_Inst

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Strings

[Strings]
Mfg="Prevention."
Device="HDMS"
PortsClassName="HDMS"

The contents end with and include the last blank line. I believe if you paste the contents above into a notepad file, save the file and change the name to Com2kXP.inf you might have what you need. good luck.

Don`t believe our friend needs a USB driver, but the 20MB of software supposedly pre-installed in factory for the monitoring of 2x60 readouts on graphical interface,it may well be that the device was not pre-installed with required software or that it has been corrupted/compromised as was the excuse given,USB driver.inf would be a minute part of the 20mb supposedly pre-installed to run device under PnP.

zebraloc
12-27-2012, 07:17 AM
I own a Prevention Ultima Upper-Arm Blood Pressure Monitor DS-2200. One of its features is an USB port for downloading data to my PC. Problem is that it did not come with the software/driver to i17.174nterface with it. And yet even worse I cannot find it anywhere. I contacted the company Mark of Fitness and I was told that the software was no longer available as it was comprimised. I am not sure what that means but it was their explanation.

If anyone can help I would greatly appreciate it.

I have the software file in a .rar file that is 17.174kb. It works great. If we can figure a way to get it to you, it's yours, too :)

Travis Dane
01-03-2013, 03:37 PM
hello zebraloc

you can upload it to the site if you want :)

thanks!

zebraloc
02-12-2013, 08:35 PM
How do I get permission to post attachments? I do not have permission now

the gaffer
02-13-2013, 08:45 AM
Hi Zebraloc have you tried the Upload software link from the homepage ??

zebraloc
02-15-2013, 06:28 AM
Hi Zebraloc have you tried the Upload software link from the homepage ??

I get the message Oops! An Error Occurred

The server returned a "404 Not Found".

Try searching for what you're looking for below: