if (inByte == 98 || inByte == 110 || inByte == 109 )
{//is b n m
if (inByte == 98 || inByte == 110 || inByte == 109)
{
Might be a bit overkill to check twice...
Regards,
Brad
KF7FER
if (inByte == 98 || inByte == 110 || inByte == 109 )
{//is b n m
if (inByte == 98 || inByte == 110 || inByte == 109)
{
Might be a bit overkill to check twice...
Regards,
Brad
KF7FER