Serial Question

Hello all,

I am using a RCM4010 and Dynamic C 10.40 to control an IOADR16x relay board that fires from an ASCII character sequence. I have verified that I am sending data out the serial port D via hyper terminal however my IOADR16x does not recognize the sequence. I have compared most of my code to a demo application generated from Control Anything and everything seems to match except setting a stop bit. Can anyone tell me how to set a stop bit using Dynamic C? I have spent quite a few hours looking in and out of the RS232 library and have found nothing. Thanks you all for your time

Chad

All if your having a simular problem try a null modem. Also the IOADR16x doesent like serDputc() you will need pass your ASCII characters as a character array

I think you might be looking for serDparity();