TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gerardo tiso
NA
17
4.3k
RS232 300 baud communication problem
Sep 13 2011 6:59 PM
Hi,
I'm writing a program for communication with RS232. The device works to 9600,8,N,1 and 300,7,E,1.
If the program is used to 9600 it works properly, while when I use the 300 baud it doesn't work.
Are there any problems with communication at 300 baud in C#?
For the reading on the RS232 I use serialport.ReadChar(). Can I use it at 300 baud?
I'm usign System.IO.Ports.SerialPort as library.
Thanks,
Gerardo
Reply
Answers (
19
)
How to run a command line from a running application through c#
Regarding Throw keyword