Problem with RS422
Hjehan
Posts: 5
We have a STAMP bs2 application that's been running for several years without problems on a 'older' PC IBM300PL.··We communicate with·the PC via port 1 RS232 to a·RS422 converter.· Then one day we change to a faster PC (Dell 755) & all at once we have communication errors.· Specifically, our message consists of 21 characters, the last is a checksum char.· Our problem is that we're now getting frequent check-sum errors.
Any thoughts?
Here's our command to pull in the message:
SERIN PCdataInPin,NormBaud9600,PCReplyTimeout,DecodePCmsg,[noparse][[/noparse]STR PCmsg\21]
One piece of info: We've found that the problem is much less severe if we go into Device Manager and uncheck the FIFO box in the Advanced properties tab for the PC's RS232 port.
Help!
Any thoughts?
Here's our command to pull in the message:
SERIN PCdataInPin,NormBaud9600,PCReplyTimeout,DecodePCmsg,[noparse][[/noparse]STR PCmsg\21]
One piece of info: We've found that the problem is much less severe if we go into Device Manager and uncheck the FIFO box in the Advanced properties tab for the PC's RS232 port.
Help!
Comments
Russ