I'm trying to build a simple RS232 comm checker to read messages sent in both directions. When i hard code one baud rate (set at compile) it work fine. next step is the change the baud rate or invert poliarity with a switch dinamically within the program once it is running. any suggestions.
valemike Guest
Posted: Wed Jun 01, 2005 11:45 am
You can do another #use_rs232 statement anywhere else in your program. From that point on in your program, it will use those settings.
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Jun 01, 2005 12:07 pm
Use the board's search engine to search for set_uart_speed
and also autobaud. There are lots of threads on these topics.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum