Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

receive data from serial comm and display on VB 6.0 textbox

Status
Not open for further replies.

bubblysush

Newbie level 1
Joined
May 18, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Hello allllll :-D:-D:-D:-D
PLZ PLZ PLZ help meeeeeeeee :-|:-|:-|:-|:-|:-|

m using a RFID module which i have programmed, m sending the data to the pc... m able to see the data in the hyperterminal of the system...
I want to see the same data on my VB 6.0 Form text box.... the data is not display.. this is the code

Private Sub MSComm1_OnComm()
Dim strInput As String

'test for incoming event
Select Case .CommEvent
Case comEvReceive
'display incoming event data to displaying textbox
strInput = MSComm1.Input
text1.SelText = strInput
End Select

End Sub

i have done settings for MSComm control.. plz find the attachment... n plzzzzzzz help :cry::cry::cry::cry::cry::cry::cry::cry::cry::cry:
 

Attachments

  • properties.JPG
    properties.JPG
    26.7 KB · Views: 74

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top