I've done a good deal of RS232 work using the .Net 2.0 serialport class. I've never had trouble with it, until today.
I'm communicating with a piece of company hardware that uses the RS485 protocol. I'm using an RS232 to RS485 converter device from B & B electronics.
I can send data just fine, and see it received on the other side. However, my data_received event NEVER fires, and even using BytesToRead I never see anything coming back.
ReadExisting comes up empty as well.
We fired up 232Analyzer, and I can send AND receive packets with that application. I'm assuming this has something to do with the .Net 2.0 serial class.
Any thoughts at all?