USB serial device and com port

Questions about Wine on Linux
Locked
Ocirne94
Level 1
Level 1
Posts: 7
Joined: Thu Nov 26, 2015 12:05 pm

USB serial device and com port

Post by Ocirne94 »

Hello,
I have a temperature data logger (Escort iMini Plus PDF) and I am trying to make it work under Kubuntu 14.04 / Wine 1.8 rc1.
The device comes with an USB cable and Ubuntu correctly opens it in mass storage mode.
The supplied software ("Escort Console Pro", available e.g. here) installs and opens fine (btw doesn't install with wine 1.6, only 1.8), but apparently wants to communicate with the device through a serial com port: when I open it it complains about no com ports (COM1 to 9) being available.
After some research I think I have to set up a virtual com port linking to the usb device, but I really have no clues.
Below is the dmesg output when I attach the device.
Thank you in advance for your time,
Enrico

Code: Select all

[ 6127.341524] usb 10-2.1: new full-speed USB device number 5 using uhci_hcd
[ 6127.470512] usb 10-2.1: New USB device found, idVendor=2121, idProduct=0000
[ 6127.470518] usb 10-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6127.470521] usb 10-2.1: Product: Mini++
[ 6127.470523] usb 10-2.1: Manufacturer: Escort DLS
[ 6127.473599] usb-storage 10-2.1:1.0: USB Mass Storage device detected
[ 6127.473785] scsi host11: usb-storage 10-2.1:1.0
[ 6128.476114] scsi 11:0:0:0: Direct-Access     00008481 EscrtDLSMPP      0000 PQ: 0 ANSI: 4
[ 6128.476537] sd 11:0:0:0: Attached scsi generic sg3 type 0
[ 6128.481587] sd 11:0:0:0: [sdc] 40960 512-byte logical blocks: (20.9 MB/20.0 MiB)
[ 6128.484570] sd 11:0:0:0: [sdc] Write Protect is off
[ 6128.484575] sd 11:0:0:0: [sdc] Mode Sense: 03 00 00 00
[ 6128.487523] sd 11:0:0:0: [sdc] No Caching mode page found
[ 6128.487528] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[ 6128.532561]  sdc: sdc1
[ 6128.551535] sd 11:0:0:0: [sdc] Attached SCSI removable disk
jhansonxi
Level 2
Level 2
Posts: 31
Joined: Sun Aug 09, 2009 3:12 pm

Re: USB serial device and com port

Post by jhansonxi »

Locked