Víctor Durán
Víctor Durán
Hello @fisothemes I have already sent the last changes, tell me what you think, you have an example of use with everything in the main... I would like to start...
Hi, https://github.com/gegko/toncoin_chart-flet
Hi @ndonkoHenri , I don't know what happens that when it's running for a while, the Flet app stops refreshing everything.
> If anyone needs a higher performance version of this tool, I re-wrote this tool it in c++ using the xinput & ADS reference code. I'll post it if anyone...
> Sorry for the delay, it's now published here as https://github.com/Toastee0/TcXinputBridge it's very feature bare, but it should be very fast. Thanks you...
hello @jamwaffles, Cargo.toml ``` [package] name = "Rust-EK1100" version = "0.1.0" edition = "2021" [dependencies] ethercrab = { version = "0.2.0", features = ["std"] } log = { version =...
> Hi, did you try configuring the timestamp format as [described here](https://bengeisler.github.io/TcLog/userguide/configuration.html#timestamp)? ``` _coreLogger .WriteToAds() .WriteToFile('c:\logs\', 'sensor_data.log') .MinimumLevel(TcLogLib.LogLevels.Debug) .TimestampFormat('YYMMDD hh:mm:ss:iii') .ValidTimestampsOnly() .RunLogger(); ``` If I add it method .TimestampFormat('YYMMDD hh:mm:ss:iii'),...
Hello, If I add it method .TimestampFormat('YYMMDD hh:mm:ss:iii'), the file *.log is not created !!!
Hi, Have you had time to look at it?
> Hi, no I did not work on this. I am open to reviewing PRs, though 🙂 ``` //AsLocalSystemTimeString := Tc2_Utilities.SYSTEMTIME_TO_STRING(THIS^.AsLocalSystemTime); dateTimeString:= Tc2_Utilities.SYSTEMTIME_TO_STRING(THIS^.AsLocalSystemTime); // IF _localSystemTime.systemTime.wMonth 0 THEN // dateTimeString...