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.

how to make vb send ascii code via usb bluetooth..

Status
Not open for further replies.

abusabbath

Newbie level 4
Joined
Mar 12, 2007
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,326
can anyone help me how to connect vb with usb bluetooth port...what coding i must use..here, i give some coding about open parallel port...

Private Sub Form_Load()

DirectSR1.GrammarFromFile "test.txt" 'load the grammar
DirectSR1.Activate
' Use COM1
MSComm1.CommPort = 1

' 2400 baud, no parity, 8 data bits, 1 stop bit
MSComm1.Settings = "9600,N,8,1"

' Make sure DTR line is low to prevent Stamp reset
MSComm1.DTREnable = False

' Open the port
MSComm1.PortOpen = True

End Sub


*i need to change it to use for usb bluetooth??:|
 

What sort of bluetooth device is it?
I dont suppose it registers as a COM port so I dont think that the MSComm control can be used. Does it use an specific DLLs for wrapper functions?
 

i just want to open the parallel port and send ascii code to bluetooth via rs232 (parallel) cable. how can i open the port for commnunication pc to bluetooth...

thanks..
abusabbath
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top