Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: RS232 Communication Pin
Bharat Jain4-Feb-09 18:22
Bharat Jain4-Feb-09 18:22 
GeneralRe: RS232 Communication Pin
Bharat Jain4-Feb-09 18:24
Bharat Jain4-Feb-09 18:24 
GeneralRe: RS232 Communication Pin
Subjugate4-Feb-09 19:31
Subjugate4-Feb-09 19:31 
AnswerRe: RS232 Communication Pin
Bharat Jain4-Feb-09 23:08
Bharat Jain4-Feb-09 23:08 
GeneralRe: RS232 Communication Pin
Subjugate5-Feb-09 13:45
Subjugate5-Feb-09 13:45 
GeneralRe: RS232 Communication Pin
Bharat Jain15-Feb-09 18:19
Bharat Jain15-Feb-09 18:19 
GeneralRe: RS232 Communication Pin
Subjugate15-Feb-09 19:40
Subjugate15-Feb-09 19:40 
GeneralRe: RS232 Communication Pin
Bharat Jain18-Feb-09 22:42
Bharat Jain18-Feb-09 22:42 
This may happen because the output received from the serial port is been overridden by something going on in different thread ,Cross thread mainly occur when we try to access an object from two different treads ,by setting checkforillegalCrossthreadcalls = false we just suppress the error , but still the different thread continue to access the same object , when we apply break points , the other thread is suspended for that time and hence the application seems to work, i think you may have implemented threading in you project , you need to make sure that the all objects are used wisely , the same object must not be used in two different threads . I could have help you more if i have visibility to threading you have implemented.

-Regards
Bharat Jain
bharat.jain.nagpur@gmail.com

GeneralRe: RS232 Communication [modified] Pin
Subjugate25-Feb-09 14:23
Subjugate25-Feb-09 14:23 
GeneralRe: RS232 Communication Pin
Bharat Jain13-Mar-09 2:59
Bharat Jain13-Mar-09 2:59 
QuestionDummie question: compiled language or not? Pin
Sonhospa3-Feb-09 9:32
Sonhospa3-Feb-09 9:32 
AnswerRe: Dummie question: compiled language or not? Pin
EliottA3-Feb-09 9:39
EliottA3-Feb-09 9:39 
GeneralRe: Dummie question: compiled language or not? Pin
Dave Kreskowiak3-Feb-09 9:54
mveDave Kreskowiak3-Feb-09 9:54 
GeneralRe: Dummie question: compiled language or not? Pin
Sonhospa3-Feb-09 10:09
Sonhospa3-Feb-09 10:09 
GeneralRe: Dummie question: compiled language or not? Pin
Heywood3-Feb-09 14:44
Heywood3-Feb-09 14:44 
GeneralRe: Dummie question: compiled language or not? Pin
Jon_Boy4-Feb-09 2:42
Jon_Boy4-Feb-09 2:42 
AnswerRe: Dummie question: compiled language or not? Pin
Wendelius3-Feb-09 9:40
mentorWendelius3-Feb-09 9:40 
GeneralRe: Dummie question: compiled language or not? Pin
Sonhospa3-Feb-09 9:58
Sonhospa3-Feb-09 9:58 
GeneralRe: Dummie question: compiled language or not? Pin
Wendelius3-Feb-09 10:12
mentorWendelius3-Feb-09 10:12 
GeneralRe: Dummie question: compiled language or not? Pin
Dave Kreskowiak3-Feb-09 15:05
mveDave Kreskowiak3-Feb-09 15:05 
GeneralRe: Dummie question: compiled language or not? Pin
Luc Pattyn3-Feb-09 14:23
sitebuilderLuc Pattyn3-Feb-09 14:23 
QuestionPDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:19
professionalDominick Marciano3-Feb-09 6:19 
AnswerRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:27
EliottA3-Feb-09 6:27 
GeneralRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:39
professionalDominick Marciano3-Feb-09 6:39 
GeneralRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:42
EliottA3-Feb-09 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.