Here is a copy of the datasheet from a microcontroller:
Break characters are a full character time of logic 0 (including a 0 where the stop bit would be normally).
This is what I want to generate with the windows COM port (Windows SDK). The problem is I don't see a way to have the stop-bit set to zero. Any ideas?`
SetCommBreak() seems a bit like what i want but I don't see a way to have it exactly timed to send only one byte.
Environment:
- Visual C++ (writing C-Code)
- including window.h
- on Windows XP
Thanks!