G
Guest
Is there a limitation to the baud rate that can be used when programming with
C# ?
If I run my C# code to interface with the port at 115200, the port will open
and operate fine. If I increase the baud rate to 921600, the open command
will always fail. I know the hardware can support these speeds, because if I
use C++, I am able to open the port and communicate correctly at the faster
speed.
I am working with .Net 2.0 .
Any ideas to get this to work. I am writing a dll to use C++, but I would
prefer a fix for C#.
C# ?
If I run my C# code to interface with the port at 115200, the port will open
and operate fine. If I increase the baud rate to 921600, the open command
will always fail. I know the hardware can support these speeds, because if I
use C++, I am able to open the port and communicate correctly at the faster
speed.
I am working with .Net 2.0 .
Any ideas to get this to work. I am writing a dll to use C++, but I would
prefer a fix for C#.