search for: com9

Displaying 11 results from an estimated 11 matches for "com9".

Did you mean: com
2009 Jan 12
10
USB and serial
...4/drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver ------------------------------------------------------------------------- As far as Wine goes, I've got a link in ~/.wine/dosdevices - in fact, I've created _all_ the com ports that the app recognizes (COM1 through COM9) and linked them to /dev/ttyUSB9. Unfortunately, there's no joy in Mudville: the app does not see the data. Even the nice little feature in its configurator which shows the raw input on any of the com ports is completely silent. What could I possibly be missing? Is there any way to troubleshoo...
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
"lpt1" through "lpt9" and "com1" through "com9" are in fact "special" file names under various versions of Microsoft Windows. However, "R Extensions" says only that "lpt1" through "lpt4" and "com1" through "com3" cannot be used as filenames, and "R CMD check" checks...
2012 Aug 27
1
non portable filenames
...mes are valid across file systems and supported operating system platforms, the ASCII control characters as well as the characters ?"?, ?*?, ?:?, ?/?, ?<?, ?>?, ???, ?\?, and ?|? are not allowed in file names. In addition, files with names ?con?, ?prn?, ?aux?, ?clock$?, ?nul?, ?com1? to ?com9?, and ?lpt1? to ?lpt9? after conversion to lower case and stripping possible ?extensions? (e.g., ?lpt5.foo.bar?), are disallowed. Also, file names in the same directory must not differ only by case (see the previous paragraph). In addition, the basenames of ?.Rd? files may be used in URLs and so mu...
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
...bug", not an R bug. Any name starting "prn" (upper or > lowercase), followed by an extension (i.e. a dot and characters) is taken > to be the DOS printer device. According to Writing R Extensions, names > starting with "?con?, ?prn?, ?aux?, ?clock$?, ?nul?, ?com1? to ?com9?, and > ?lpt1? to ?lpt9' (possibly followed by extensions) are also bad. You can > Google "PRN filename in Windows" to find lots of people confused by this. > One page I get is > > https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx > > but there's...
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
Dear all, while preparing some exercises I came across some highly surprising behaviour of file.exists(). The specific value "prn.us.txt" always returns TRUE, even though that file is nowhere to be found on my system. In a fresh R session 3.4.4 installed on Windows 10: > grep("prn.us.txt", dir(recursive = TRUE)) integer(0) > file.exists("prn.us.txt") [1] TRUE
2018 Mar 24
0
Possible bug: file.exists() always returns TRUE for prn.us.txt
...dows "bug", not an R bug. Any name starting "prn" (upper or lowercase), followed by an extension (i.e. a dot and characters) is taken to be the DOS printer device. According to Writing R Extensions, names starting with "?con?, ?prn?, ?aux?, ?clock$?, ?nul?, ?com1? to ?com9?, and ?lpt1? to ?lpt9' (possibly followed by extensions) are also bad. You can Google "PRN filename in Windows" to find lots of people confused by this. One page I get is https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx but there's no guarantee that will work fi...
2001 Mar 13
1
Wine'ing Windows Terminal Server Client
...ldn't open device 'COM3'! err:file:CreateFileA Couldn't open device 'COM4'! fixme:win32:DEVICE_Open Unknown VxD COM5 fixme:win32:DEVICE_Open Unknown VxD COM6 fixme:win32:DEVICE_Open Unknown VxD COM7 fixme:win32:DEVICE_Open Unknown VxD COM8 fixme:win32:DEVICE_Open Unknown VxD COM9 fixme:win32:DEVICE_Open Unknown VxD COM10 fixme:win32:DEVICE_Open Unknown VxD DRWATSON.VXD fixme:winsock:WSACancelAsyncRequest (00000000),stub fixme:clipboard:ChangeClipboardChain (0x1090, 0x0000): stub? Get 250 color business cards for FREE! at Lycos Mail http://mail.lycos.com/freemail/vista...
2011 May 14
4
Pepakura 3.0.3a on OSX
...ice no known default for device com5 fixme:file:get_default_com_device no known default for device com6 fixme:file:get_default_com_device no known default for device com7 fixme:file:get_default_com_device no known default for device com8 fixme:file:get_default_com_device no known default for device com9 fixme:file:get_default_lpt_device no known default for device lpt1 fixme:file:get_default_lpt_device no known default for device lpt2 fixme:file:get_default_lpt_device no known default for device lpt3 fixme:file:get_default_lpt_device no known default for device lpt4 fixme:file:get_default_lpt_devi...
2007 Jul 29
7
Running Prognos 5 in WINE
Hello, I am trying to run a program named "Prognos" (Version 5) for medical purposes by a Company named "MedPrevent" (http://www.medprevent.de/produkte-prognos_de.php). As installation crashed, I installed on Windows and then copied the installed files to Linux where I wanted to run the app via wine. The startup dialogs show up but then there is an error message that the
2001 Dec 04
2
Serial Errors
...leA COM7 GENERIC_READ GENERIC_WRITE OPEN_EXISTING warn:file:CreateFileA Unable to get full filename from 'COM7' (GLE 2) trace:file:CreateFileA COM8 GENERIC_READ GENERIC_WRITE OPEN_EXISTING warn:file:CreateFileA Unable to get full filename from 'COM8' (GLE 2) trace:file:CreateFileA COM9 GENERIC_READ GENERIC_WRITE OPEN_EXISTING warn:file:CreateFileA Unable to get full filename from 'COM9' (GLE 2) trace:file:CreateFileA COM1 GENERIC_READ GENERIC_WRITE OPEN_EXISTING trace:file:CreateFileA opening device 'COM1' trace:file:CreateFileA COM1 GENERIC_READ GENERIC_WRITE O...
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi, Since Sharps communication protocols are "top secret", I'm trying to port their sync software to linux. I'm new to wine, so this might be silly, but after hours of googling and searching for solutions I'm posting this. After installing DCOM98.exe, the Desktop software installed, and it runs. Only problem is it doesn't detect the device connected to the serial port ttyS0. The port belongs to group uucp, and I'm in that group, I even tried it as root. It's giving this: $ wine Desktop fixme:comm:SetupComm insize 3102 outsize 3...