Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a hardware and am connected to it with serial port.

I have written code to send a packet to it from my computer and some other computers connected to my computer with lan network.

Can I send packets to the hardware from these computers remotely?

I've saved requests from other computer to DB and I checked DB from my computer and send packets ... but now I dont want to do it anymore because of cpu usage .
Posted
Updated 15-Nov-10 22:32pm
v5
Comments
Dalek Dave 16-Nov-10 4:32am    
Edited for Grammar and Syntax.

1 solution

Hi Mahnoosh,

you could write a WebService that runs on the computer connected to your hardware. The webservice will communicate with your hardware (send packets
via serial port etc. ). The other computers on your network can utilize the
webservice to remotely communicate with your hardware.

Hope this helps.

Cheers

Manfred
 
Share this answer
 
Comments
Mahnoosh_M 16-Nov-10 6:24am    
Thanks a lot
Manfred Rudolf Bihy 16-Nov-10 7:57am    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900