Hi all,<div><br></div><div>Sorry for this message in English. I can read german, but writing a message is a little bit difficult, so hopefully you will forgiver me for that.</div><div><br></div><div>I have a Iskra ME161 Meter:</div>
<div><a href="http://zon.wieggers.org/images/photoalbum/2/meter___close_up.jpg">http://zon.wieggers.org/images/photoalbum/2/meter___close_up.jpg</a></div><div><br></div><div>In my first setup, I had a IR-schreib-lese kopf + FDTI 3v3 TTL Usb cable.</div>
<div>This worked perfect.</div><div><br></div><div>Now I bought a y-port mode because I wanted to have 3 additional S0 inputs.</div><div>So I removed the Fdti cable from the ir-kopf and a aplied a cable with RJ10/4 connector.</div>
<div>I reconfigured ethersex so it uses 300 bps and 7E1 on the second uart port (default).</div><div><div><br></div><div>autoconf.h:</div><div>#define YPORT_BAUDRATE (300)</div></div><div><br></div><div>core/usart.h</div>
<div><div>/* set mode: 7 bits, 1 stop, even parity, asynchronous usart 7e1 */ \</div><div>/* and set URSEL, if present, */ \</div><div>usart(UCSR,C) = _BV(usart(UCSZ,1)) | _BV(usart(UPM,1)) | _BV_URSEL; \</div></div><div>
<br></div><div>To test the connection, I used netcat:</div><div><br></div><div>echo -e -n "\x2f\x3f\x21\x0a\x0d" | nc 192.168.178.5 7970 -q 10 -v</div><div><br></div><div>(similar command piped to the usb uart works perfect), but it seems that the meter does not respond to the y-port node.</div>
<div><br></div><div>To test the y-port node, I connected the usb ttl cable to the y-port node. This works perfect!</div><div><br></div><div>When I connect the ir kopf again to the y-port node, and do a transmit, I see the ir led light up when I observe it with a digital camera.</div>
<div><br></div><div>desperately , I connected again the IR kopf to the usb ttl uart cable, but then everything is ok, so the meter is still enabled to send data?</div><div><br></div><div>Does anybody has a clue what could be the problem?</div>
<div><br></div><div>btw: on the first port of the uart node (on the 10p extension connector), I connected a cable to evaluate the debug messages, but there is a lot of 'garbage'. I allready reconfigured to transmit at 9600 instead of 11500, but this did not help.</div>
<div><br></div><div>ethersex config:</div><div><a href="http://pastebin.com/s5a9gGxr">http://pastebin.com/s5a9gGxr</a></div><div><br></div><div>Bart</div>