Hi all,
I just finished an RS485 network and am testing a node individually directly from com port with the following statement:
serin 1,N2400_4,addrByte,serialByte
All I receive is 2 bytes, address byte and command byte (simple protocol).
The problem is i might also receive address bytes which are to be ignored by a particular picaxe. If the address byte is not the same value as the fixed address on the board it is ignored.
When I send about 20 2byte messages the picaxe crashes and needs to be reset.
Can anyone give me a clue why this happens.
Thanks for your estimeed help (as usual).
Frank
I just finished an RS485 network and am testing a node individually directly from com port with the following statement:
serin 1,N2400_4,addrByte,serialByte
All I receive is 2 bytes, address byte and command byte (simple protocol).
The problem is i might also receive address bytes which are to be ignored by a particular picaxe. If the address byte is not the same value as the fixed address on the board it is ignored.
When I send about 20 2byte messages the picaxe crashes and needs to be reset.
Can anyone give me a clue why this happens.
Thanks for your estimeed help (as usual).
Frank