Geoffrey Hunter
Geoffrey Hunter
Weird, I tried finding the exact reason why `IsPerfectlyNumeric()` function in Utils.vbs would be returning false, as all the tests inside that function are meant to be locale-aware (i.e. understand...
`IsNumeric("1.2")` returns `true` for me, presumably because my locale supports the period the `.` while yours supports the comma (`,`). However, this still supports the theory that the `IsPerfectlyNumeric()` function...





Hi @tunguskar , no NinjaTerm can't do that at the moment, But I think it should! Having a quick look, luckily I think this is possible via this API: https://developer.mozilla.org/en-US/docs/Web/API/SerialPort/getSignals...
Thanks @tunguskar , I'll look to add this in the next week or so.
Hi @tunguskar , I've added in the ability to send a break for 200ms by pressing Ctrl-Shift-B when the port is open and the terminal in focus (you should get...