How to debug .NET app reading UART

Questions about Wine on Linux
Locked
lord.didger
Newbie
Newbie
Posts: 2
Joined: Wed Jul 28, 2010 1:18 pm

How to debug .NET app reading UART

Post by lord.didger »

I have a .NET application that communicates with some device over serial. I confirmed that serial works in my linux setup. I set up my wine, installed .NET 4 library and the application. In my environment variable WINEARCH is set to win32.

I know the application fails to read the serial. But how can I pinpoint the cause? I did try to run with WINEDEBUG=+all. However, log file grew to 288MB in a matter of seconds. Application has GUI and that generates (I think) lots of useless entries in the log. I have no clue how to draw any useful conclusions from the log.

How would you approach my problem? Do you have any tips on WINEDEBUG flags worth a try? Is there any other way to communicate with serial via wine? I do not expect there is a built-in minicom in wine.

// EDIT: I can read from and write to serial with putty via wine.
Locked