User Activity

  • Posted a comment on discussion Help on Null-modem emulator

    I\m try to enable "emulate baudrate" an enable "buffer overrun", bot no luck

  • Posted a comment on discussion Help on Null-modem emulator

    Hi all, a found a possible bug in v3.0.0.0 version of com0com. I was created a pair COM59 COM60/ Open COM60 in Putty terminal, and COM60 in my test program: #include "stdafx.h" #include <Windows.h> DWORD WINAPI ThFu(void *p) { HANDLE h = (HANDLE)p; DWORD dw; char buf[2]; buf[0]='z'; while(1) { Sleep(2000); WriteFile(h,buf,1,&dw,NULL); printf("w\n"); } } int _tmain(int argc, _TCHAR* argv[]) { HANDLE hf[3]; COMMTIMEOUTS ts; DWORD dw; COMMCONFIG cc; char buf[128]; buf[0]='r'; hf[2]= CreateFile("\\\\.\\COM59",GENERIC_READ|GENERIC_WRITE...

View All

Personal Data

Username:
di386
Joined:
2022-05-17 17:34:55.658000

Projects

  • No projects to display.

Personal Tools