File | Date | Author | Commit |
---|---|---|---|
sample-data | 2018-09-28 |
![]() |
[29dc13] Adding an hexdump, because it's always good to ... |
.gitignore | 2018-09-28 |
![]() |
[876e4c] .gitignore update (*.exe, *.hex) |
Makefile | 2014-11-14 |
![]() |
[128766] Initial commit |
Makefile.win | 2014-11-14 |
![]() |
[128766] Initial commit |
README.md | 2018-09-20 |
![]() |
[3c167f] Corrected ascii art |
devcpp_project.dev | 2014-11-14 |
![]() |
[128766] Initial commit |
devcpp_project.ico | 2018-09-28 |
![]() |
[e1c3d8] Windows: adding an icon into the binary |
devcpp_project_private.h | 2014-11-14 |
![]() |
[128766] Initial commit |
devcpp_project_private.rc | 2018-09-28 |
![]() |
[e1c3d8] Windows: adding an icon into the binary |
devcpp_project_private.res | 2018-09-28 |
![]() |
[e1c3d8] Windows: adding an icon into the binary |
main.cpp | 2018-09-28 |
![]() |
[2b3ad1] s/really the right serial/the correct serial/ |
serial.cpp | 2014-11-14 |
![]() |
[128766] Initial commit |
serial.h | 2014-11-14 |
![]() |
[128766] Initial commit |
serialtest.cpp | 2014-11-14 |
![]() |
[128766] Initial commit |
Program to fetch datas from YC-7x7 dataloggers from YCT
We needed a datalogger, we found one. But the supplied VB6 program was very crappy, really unusable, even on old XP machines. So I did mine, able to run under windows and linux. All the fun was to reverse the (binary) RS232 protocol. Our is a YC-727D with 2 thermocouple inputs, but the protocol is the same for 1, 2, 3 or 4 inputs models (YC-717, YC-727, YC-737, YC-747). Bytes orders needs to be checked for 3th and 4nd channels tough.
Our datalogger is using a easy to build non-standard serial cable:
[male 3.5mm stereo jack] [female DE-9]
Tip ---- PC to datalogger ----- Pin 3
Ring ---- Datalogger to PC ----- Pin 2
Sleeve -------- Ground ----------- Pin 5
----------
----------------/ \
/ T | R | S | |---------//
\ | | | |---------//
----------------\ /
----------
3 2 5
RX TX GND