first I open the com port...
Open "com2:19200,8,n,1" For Binary As #1
then I recieve a command to change the settings
Disable Interrupts
Close #1
Open "com2:9600,8,E,1" For Binary As #1
Enable Interrupts
there is no change in the actual settings of the com port....
Please help
Hope that makes it more clear....
--- In AVR-Chat@yahoogroups.com, Dave VanHorn <dvanhorn@c...> wrote:
Show quoted textHide quoted text
> At 03:52 PM 1/26/2004 +0000, sven_32@y... wrote:
> >in the beginning of the program
>
> Are we supposed to guess what you're referring to here?