-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I would like to use your tool to read from one physical serial device with two apps and both of them seing the same data read. One of those apps will also write to the port, the other won't.
I've set everything up according to your use case example 1, however when I start the app which will be writing and direct it to fake device nr 1 I get lots of communication errors in the log:
2021.06.24 23:54:17 3: SCC: Unknown code ? (? (? is unknown) Use one of m B b C F i A Z G MX21 is , help me!
2021.06.24 23:54:19 3: SCC: Unknown code of m B b C F i A Z G M T011234, help me!
2021.06.24 23:54:19 3: SCC: Unknown code Y R T , help me!
2021.06.24 23:54:19 3: SCC: Unknown code ? (? (? is u? ( Y R T V W X e f * l tiG, help me!
2021.06.24 23:54:19 3: SCC: Unknown code ? (? (? (? is unknoT011234 in , help me!
, help me! 23:54:19 3: SCC: Unknown code ? (wn) Use one o fnknown) Use one of m B b C F i A Z G MX21 is
2021.06.24 23:54:19 3: SCC: Unknown code ? ( Y R T V W X e f * l tiG, help me!
2021.06.24 23:54:19 3: SCC: Unknown code ? (, help me!
2021.06.24 23:54:19 3: SCC: Unknown code ? ( B b C F i A Z G M Y R T V W X e f * l t u x is unknown) Use one of m B b C ? (? (? is unknoT011234 in , help me!
2021.06.24 23:54:19 3: SCC: Unknown code ? (wn) Use one o f, help me!
2021.06.24 23:54:20 3: SCC: Unknown code ? ( B b C F i A Z G M Y R T V WF i A Z G M T0113 , help me!
2021.06.24 23:54:20 3: SCC: Unknown code ? (? (? (? is unknown) Use one X e f * l t u x is unknown) Use one of m B b C F i A Z G M T0113 , help me!
2021.06.24 23:54:20 3: SCC: Unknown code ? (? ( Y R T V W X e f * nX, help me!
2021.06.24 23:54:20 3: SCC: Unknown code ? (? (? (?8, help me!
2021.06.24 23:54:20 3: SCC: Unknown code ? (? (? (? is unknown) Use one of m B b C F i A Z G MX21 is (? is unknoT011234 iG, help me!
Basically the physical device has a very simple CLI and sends and receives plain text data ending with \r\n - but something in the ttybus seems to annoy it. I've started every component without the daemon option to potentially see any issue but there is no output in any of the tty_* tools apart from tty_bus.
The whole thing is about a "CUL" device receiving 868 MHz data, parsing it and returning it to an app as a plaintext string. It is used with a home automation system called fhem (fhem.org). The physical device is the CUL SCC from busware.de
Any idea what could be the problem?