Re: RS232 latency, redirection possible?

2007-03-07 Thread [IDC]Dragon
> Ok, RTFM got me here: > http://www.winehq.com/site/docs/wineusr-guide/misc-things-to-configure#AEN408 > > Will try that and bother you how it works out. ;-) I managed the redirection to my XPort device. However, the problem with the slow turnaround remains. When I start the application, I al

Re: RS232 latency, redirection possible?

2007-03-07 Thread [IDC]Dragon
> > 2) Is it possible to map the e.g. COM1 port traffic to another device, > or > > is it firmly assigned to matching RS232 interfaces of the Linux box? > I think you can redirect it to any file, no matter if it is a serial port, > a file, a pipe, stdout, ... Ok, RTFM got me here: http://www.wine

RS232 latency, redirection possible?

2007-03-07 Thread [IDC]Dragon
Hi, I have 2 questions about the serial port handling under Wine: 1) I see a very annoying latency in an application which talks to a controller over RS232. Under Windows, the traffic is "fluent", under Wine each command has a turnaround time of almost a second. Since there are many commands, t

bump: windows web server app fails to send more than 11680 bytes !?

2006-12-30 Thread [IDC]Dragon
I'd like to humbly bump my bug report: http://bugs.winehq.org/show_bug.cgi?id=6415 Now somebody else seems to suffer a perhaps related problem, and we offer a donation for fixing it. This certainly doesn't really pay for anybodys time, but perhaps it's a sign. Bear in mind that I also spent man

Re: windows web server app fails to send more than 11680 bytes !?

2006-10-11 Thread [IDC]Dragon
> > > a +ntdll trace would be helpful > > > > How do I enable that? (likely a noob question) > WINEDEBUG=+ntdll wine foo.exe OK, got it. I have attached a log to the bugzilla entry. In addition, I also now attached an executable, complete with sample data, so anybody may quickly reproduce it. Th

Re: windows web server app fails to send more than 11680 bytes !?

2006-10-09 Thread [IDC]Dragon
> to me, I wouldn't be surprised if overlapped I/O on sockets are to blame > a +ntdll trace would be helpful How do I enable that? (likely a noob question) >From your comments I take it's no setup problem on my side, could be a real >bug. Meanwhile I got some more info from the developer, rela

windows web server app fails to send more than 11680 bytes !?

2006-10-08 Thread [IDC]Dragon
Hello, I'm testing a windows app I'd very much like to run under Wine (using v0.9.22), being in touch with the author. This is a small web server app based on a Microsoft MFC sample app. It happily works under Windows, but that'd be the wrong thing for running it 24/7. ;-) It's not yet workin