Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.12.26;
Скачать: CL | DM;

Вниз

символ CTRL+BREAK в сом порт   Найти похожие ветки 

 
SGU ©   (2003-10-29 13:42) [0]

КАК отправить символ CTRL+BREAK в сом порт


 
VMcL ©   (2003-10-29 13:46) [1]

Символа Ctrl+Break в природе не существует.


 
SGU ©   (2003-10-30 14:02) [2]

Удалено модератором
Примечание: Личная переписка


 
SPeller ©   (2003-10-30 14:44) [3]

Попробуй отправить символ Alt-Ctrl-Del. Как отправишь - смело шли и Ctrl-Break.


 
Вася Пупкин ©   (2003-10-30 16:46) [4]

EscapeCommFunction
BOOL EscapeCommFunction(
HANDLE hFile, // handle to communications device
DWORD dwFunc // extended function to perform
);
Parameters
hFile
[in] Handle to the communications device. The CreateFile function returns this handle.
dwFunc
[in] Specifies the code of the extended function to perform. This parameter can be one of the following values
.........
SETBREAK Suspends character transmission and places the transmission line in a break state until the ClearCommBreak function is called (or EscapeCommFunction is called with the CLRBREAK extended function code). The SETBREAK extended function code is identical to the SetCommBreak function. Note that this extended function does not flush data that has not been transmitted.

SetCommBreak
The SetCommBreak function suspends character transmission for a specified communications device and places the transmission line in a break state until the ClearCommBreak function is called.

BOOL SetCommBreak(
HANDLE hFile // handle to communications device
);


 
Anatoly Podgoretsky ©   (2003-10-30 17:16) [5]

SETBREAK это явно не тот CTRL+BREAK, хотя кто его знает, вопрос задан безграмотно


 
Вася Пупкин ©   (2003-10-30 20:40) [6]

Удалено модератором
Примечание: Offtopic



Страницы: 1 вся ветка

Текущий архив: 2003.12.26;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.011 c
6-86472
FireHack
2003-10-27 18:36
2003.12.26
Нумерация открытых хэндлов чужого процесса


1-86393
AntonVS
2003-12-15 12:06
2003.12.26
программно добавить TabSheet на PageControl


6-86484
AlexV
2003-10-29 08:39
2003.12.26
Нужна помощь по сокетам (открытие, закрытие, отправка сообщений)


6-86479
ФЫ
2003-10-30 00:35
2003.12.26
Как проверить, подключен ли в данный момент интернет?!


1-86333
Dest
2003-12-12 23:21
2003.12.26
Выполнение программы скачками