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
Administrator
Tech Writer
2.2k
1.5m
a fresh-girl with puzzle dom
Mar 13 2003 7:56 PM
it about serial COM port communications with MSComm,i used ' do{...}while ' to instead of OnComm event,example: byte[] inDate; do { System.Windows.Forms.Application.DoEvents(); }while(com.InBufferCount==0); byte[] inData=new byte[com.inBufferCount]; inDate=(byte[])com.Input; my program is that recieve one byte and send one byte to confirm communication is correct,then recieve the last 292 bytes, but why when the device send bytes to com, the indate only can find 8 bytes?
Reply
Answers (
4
)
How to inherit from StreamReader
How to get word/excel files' properties,eg. count of pages, in C#?