You are reading a single comment by @JackJamesHoward and its replies. Click here to read the full conversation.
  • @Gordon, in CPU monitor tutorial you use the following batch file.

    @echo off
    :start
    (@for /f "skip=1" %%p in ('wmic cpu get loadpercentage') do (@echo draw^(%%p^) > \\.\COM32))
    @timeout 1 > nul
    goto start
    

    How can I change the com port to access a puck?

    I know the full Bluetooth device instance ID is:
    BTHLE\Dev_ff445c88d44e\7&3208b348&0&ff44­5c88d44e
    The native web IDE displays it as ff:44:5c:88:d4:4e

About