Link to home
Start Free TrialLog in
Avatar of MrMay
MrMay

asked on

programming

One of our electricians at work has been using visual basic 6.0 to program connections to a serial port. He now needs the ability to program a small application that will allow him to send signals over a wireless access point. I'm not too familiar with programming and he says that visual basic 6.0 doesn't have that ability.  What new programming software, hopefully visual basic related, has that capability?  
please & thank you
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

I suggest that he looks into the Winsock control if he has to work over a network.
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Depending on the application, you might be able to use the ActiveX MSXML2.HTTP object.