Click here to Skip to main content
15,893,266 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Trap "Enter" key press Pin
EliottA3-Feb-09 18:08
EliottA3-Feb-09 18:08 
AnswerRe: Trap "Enter" key press Pin
Dave Kreskowiak3-Feb-09 18:16
mveDave Kreskowiak3-Feb-09 18:16 
AnswerRe: Trap "Enter" key press Pin
StuBaum4-Feb-09 17:17
StuBaum4-Feb-09 17:17 
AnswerRe: Trap "Enter" key press Pin
Bharat Jain4-Feb-09 19:25
Bharat Jain4-Feb-09 19:25 
GeneralRe: Trap "Enter" key press Pin
moonshaddow4-Feb-09 19:44
moonshaddow4-Feb-09 19:44 
QuestionRS232 Communication Pin
Subjugate3-Feb-09 13:59
Subjugate3-Feb-09 13:59 
AnswerRe: RS232 Communication Pin
Heywood3-Feb-09 14:25
Heywood3-Feb-09 14:25 
AnswerRe: RS232 Communication Pin
Bharat Jain3-Feb-09 20:51
Bharat Jain3-Feb-09 20:51 
Please be clear as to what are you using, for now i am assuming that you you are using serial port component that comes with .net to revive any thing you must add an event handler for DataRecived event of serialPort component

You can the use serialPort1.ReadExisting() or serialPort.Read(), method to read from the serial port

Here is an link to a similar thread , related to receiving data from a serial port.

http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=2897853[^]

Let me know if you need any more info

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

GeneralRe: RS232 Communication Pin
Subjugate3-Feb-09 21:04
Subjugate3-Feb-09 21:04 
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 
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 

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.