Replies: 3 comments 8 replies
-
yeah don't do that. sorry, all I got :) |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. Will do.
…On Thu, Dec 15, 2022 at 1:33 AM, Marko Luther ***@***.***> wrote:
Why not first write a small script that reads the data from the device and prints it to the console? Best use modern asyncio streams for this
https://docs.python.org/3/library/asyncio-stream.html
Once this is up, we can integrate this together.
—
Reply to this email directly, [view it on GitHub](#1035 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABY7NHGNPMKB376BDHTZO3DWNLQUZANCNFSM6AAAAAAS2ZRSL4).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've updated my github repo with the file to use the PICO TC08 with artisan-scope on macos in a week or three I'll try to produce similar for windows and linux |
Beta Was this translation helpful? Give feedback.
-
Hoping to add support for the Pico TC08 USB thermocouple data logger.
I have a programming background in a variety of languages and have reverse engineered the omega MWTC wireless thermocouple transmitter/receiver and written an application in visual studio c# to monitor coffee roasting in my RK drum using the MWTC.
With that background I'd like to have a go at developing a driver interface to artisan-scope for the tc08 and maybe later for the MWTC as well. Prefer to start with the TC08 as it has a better temperature resolution than the MWTC.
Should be a fun journey.
Feel free to discourage me
Beta Was this translation helpful? Give feedback.
All reactions