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.

[SOLVED] [Help]Stuck in vb coding

Status
Not open for further replies.

sk8ter87

Member level 3
Joined
Dec 1, 2009
Messages
55
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Malaysia
Activity points
1,665
Hi guyz..i'm new to vb..
i'm doing vb program that that take input from the keyboard from pc then sent to pic micro controller using serial port and then perform the action that been requested.
I tried do the coding,but not working and i really stuck now..
hope you guyz can help me.

Here i'm attaching the vb code:
 

Attachments

  • vb code.txt
    1.9 KB · Views: 61

I guess that you have missed data sending part through serial port something like below

Code:
'Sender
Private Sub SendData(strdata as String)
MSComm1.output = strdata
End Sub

check data sending routine again

regards
bassa
 

Thanks bassa..Manage to run the program..Forget to put the part that you mention..:D
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top