myk
New Member
Posts: 3
|
Post by myk on Feb 3, 2021 12:56:40 GMT
Just run into an odd problem.
I need to generate a "break" sequence over the COM port (a long low going pulse). I am using the long recognised method of changing to a slow baud rate and printing an ascii zero.
Works fine, but in order to run at the lower baud rate I end up with sequential CLOSE, OPEN, CLOSE operations, and the CLOSE operation seems to take a length of time related to the last-set baud rate.
CLOSE at 75 baud takes almost 2 seconds
. .
Has anyone else observed this effect Is there any way to work around it ??
|
|
|
Post by Rod on Feb 3, 2021 15:52:15 GMT
|
|
myk
New Member
Posts: 3
|
Post by myk on Feb 3, 2021 18:08:05 GMT
Thanks for that ! If I upgrade to Liberty basic I will give that a go
For now however I am using JustBasic (I probably should have made that clear) so I suspect I am stuck with the effect
|
|