Displaying 20 results from an estimated 10000 matches similar to: "missed framing/parity errors on serial port communication"
2004 Aug 19
1
Serial Communication
I try to use SimoComU, a tool to control frequency converters, on Wine.
Since version 2004-07-16 it opens its main window, and most functions
seem to work. Anyway, it does not communicate over the serial line. I
see the following output:
trace:file:CreateFileW L"COM1" GENERIC_READ GENERIC_WRITE OPEN_EXISTING
attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U
2009 Jun 19
3
Wine and serial port again
Hi all!
I have a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags:
Code:
trace:file:get_dos_device L"COM1" ->
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In
what follows I've tried to describe some details.
The first problem was this: The Comm-Port gets opened with overlapped I/O.
However, for WaitCommEvent() we do not specify an overlapped structure. This
works fine on NT4 / W2K, but is contrary to the documentation, which
specifys that you need to supply an
2001 Feb 28
1
com port acccess again
hi guys!
i have some problem whit wine about the $SUBJECT
i start my program and i get the following error
message:
ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine
--debugmsg +comm --managed comkern.exe
err:win32:fixup_imports No implementation for
shlwapi.dll.0(StrRetToBufA)
imported from shell32.dll, setting to 0xdeadbeef
err:win32:fixup_imports No implementation for
2006 Sep 26
0
sym53c8xx parity errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This seems to be an old problem, but I haven't found much about it.
SuSE mentions "hwprobe=-pci" but, as far as I know, CentOS doesn't
use it.
This does stop the machine from booting (mounting /) quite a few
times.
Logs:
SCSI subsystem initialized
sym0: <895> rev 0x2 at pci 0000:00:13.0 irq 177
sym0: Symbios NVRAM, ID 7,
2006 Jun 26
2
[PATCH, RFC 3/13] OTP: parity table
Add OTP parity table.
diff -urdpNX /usr/share/dontdiff -x Makefile dovecot.vanilla/src/lib-otp/otp-parity.c dovecot/src/lib-otp/otp-parity.c
--- dovecot.vanilla/src/lib-otp/otp-parity.c 1970-01-01 03:00:00.000000000 +0300
+++ dovecot/src/lib-otp/otp-parity.c 2006-06-23 13:44:31.161891112 +0400
@@ -0,0 +1,29 @@
+/*
+ * OTP parity table.
+ *
+ * Copyright (c) 2006 Andrey Panin <pazke at
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
I'm using Wine 1.0 on Puppy Linux 3.01
I wrote an application with a http-server and a socket-server for windows
and I like to use this on linux. (Delphi with Indy components)
My application works fine on windows without any memory leak.
But running with wine the VmRSS-value is permanently increased.
I use following bash-script to check this:
Code:
while true; do cat
2007 Oct 02
0
More JSON and XML feature parity for AR and ActiveSupport (patch review)
I''m really glad the JSON changes got in, many thanks to all involved,
committers and contributors alike :).
But there''s still one feature that''s missing to achieve feature parity
between the JSON and XML encoding/conversion. And that is the abililty
to say in your controller:
@authors = Author.find(:all)
render :json => @authors.to_json(:only => :name)
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
Hi,
I am trying to VGA passthrough Intel HD Graphics 4600 IGD with
Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0 but was not
successful.
Details are as follows:
===============================================================================================
teo-en-ming@intel-core-i5-4430-desktop:~$ sudo xl info
[sudo] password for teo-en-ming:
host :
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine.
I have the latest version of Wine but after I configure the Ports from
ttyR0 to ttyR7 and running AirMail3 this application is not able to
comunicate using the equivalent COM1 .... COM4 ports.
I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth.
The result is that for the Hurricane season I can NOT use E-Mail under
2010 Feb 01
3
Not able to redirect console msgs to serial port
Hi,
Iam using cento-5.3 on x86 machine and iam working to get the console
messages redirected to serial port.
I have made the necessary changes in the /etc/inittab file.
- - - - -
id:3:initdefault
.
.
so:12345:respawn:/sbin/agetty ttyS0 9600 vt100
- - - -- -
and also in /etc/grub.conf file
- - - -
serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 terminal
--timeout=10 serial
.
.
2005 Mar 21
0
Comport access error
I'm trying to get working a simulator.
I use wine + wondows.
The prgram runs quite welle Bit I get an error
when accessing the com1 port (the game adapter is a
serial one)
This worked with wine 20040914 but is now broken.
Here is the comm trace:
[jm@localhost AeroFly Professional]$ WINEDEBUG="comm"
wine afpro
Please use the registry key
HKEY_CURRENT_CONFIG\Software\Fonts\LogPixel
to
2004 Feb 24
1
Serial port communication
Hello,
I'm trying to use my Visual C++ program under Linux using Wine.
My program configurates a serial port, sends and receives data through it.
At first everything seemed to be running, but then I noticed a very curious thing: the program running under wine seems to have no notice when a single byte was sent to it to the serial port. If I send two or more bytes - everything OK. With one
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
[PATCH 001/001 v2] core/serial: Add support for serial output functions.
Second version fixes an initialization issue.
-----
This patch adds support for serial output functions.
It may be useful for debugging purposes since you can separate
ordinary outputs from debugging dumps.
Just add "serial.h", and use either serial_print or serial_puts as you
would use printf and puts
2013 Jul 12
2
[PATCH 001/001] core/serial: Add support for serial output functions.
This patch adds support for serial output functions.
It may be useful for debugging purposes since you can separate ordinary outputs from debugging dumps.
Just add "serial.h", and use either serial_print or serial_puts as you would use printf and puts respectivelly.
For QEMU, you only need to specify the option -serial stdio.
If you use another VM, find how you can redirect the serial
2008 Jun 30
3
Serial port communication
Hi folks
I've been trying to programm some devices which need a serial port win-app http://a-m-c.com/download/software/amcds3-7-6.zip but can't get it to work :S
wine can run it without problem until the serial port is activated. I read about making the link to the port and I created on "dosdevices" folder.
I'm not sure what's the next step, does anyone have an idea?
2001 Dec 08
0
Resource temporarily unavailable (fwd)
Hello
i upploaded the binaries to:
http://www.termografinett.no/thinkboxx.tar.gz
The program is supposed to connect to and controll a home automation
system called Thinkboxx over the serial port, nifty little thing that can
control most of the electronic/electric devices in your house, lighting,
heating, video recorder and so on. using an linux based
wideo surveilance unit, We are trying to
2008 Feb 24
1
what missed ----- CART
Hi all,
Can anyone who is familar with CART tell me what I missed in my tree code?
library (MASS)
myfit <- tree (y ~ x1 + x2 + x3 + x4 )
# tree.screens () # useless
plot(myfit); text (myfit, all= TRUE, cex=0.5, pretty=0)
# tile.tree (myfit, fgl$type) # useless
# close.screen (all= TRUE) # useless
My current tree plot resulted from above code shows as:
2001 Dec 04
2
Serial Errors
Hi,
I am new to wine and the list. I am using Wine release 20010112
on a RH7.1 (used supplied RPM) to try and run a program to control a video
switcher that doesn't have a linux ported program.
The program starts OK but when it scans the com1 to diagnose the switcher,
it reports a bad serial port or faulty connection. The utility has
no problem under windows. I included a trace using
2007 Oct 25
1
serial port problems: micro flashing
I am new to this mailing list. I apologize if any needed information is
missing.
I know this is a bit much to ask of wine's current serial port
implementation, I am hoping someone has maybe figured this out already?
Or can help me further the debugging process, I'd rather be part of the
solution then simply another complaint about wine's serial port.
***** problem description