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
Sascha B
NA
237
0
How to calculate Baudrate and Write-Readtimeouts?
Feb 27 2012 6:40 AM
Hello again :)
I recieve many code error from my device so I want to check if the timeouts are right.
This is what I send:
02 39 39 30 31 30 34 30 31 03 30 37 0D 0A
And this is what I recieve:
02 30 30 30 31 30 20 32 30 2B 32 31 35 30 33 2B 32 32 32 38 33 2B 32 33 36 32 33 03 30 31 0D 0A 02 30 30 30 31 30 20 32 30 2B 32 31 35 30 33 2B 32 32 32 38 33 2B 32 33 36 32 33 03 30 31 0D 0A
02 30 30 30 31 30 20 32 30 2B 32 31 35 30 33 2B 32 32 32 38 33 2B 32 33 36 32 33 03 30 31 0D 0A
These are my configurations:
comport.BaudRate = 9600;
comport.DataBits = 7;
comport.Parity = Parity.Even;
comport.Handshake = Handshake.XOnXOff;
comport.RtsEnable = true;
comport.ReadTimeout = 500;
comport.WriteTimeout = 500;
comport.PortName = portname;
How can I calculate if my timeouts are correct?
Reply
Answers (
4
)
Exception in RenderFile() method
TAPI play wav