vb.net - Weighbridge data output format -
i'm developing weighbridge software client using vb.net 2008. don't have weighbridge device test, don't know output data format sent com port weighbridge device. please tell me how can resolve problem , weight value com port.
you need 2 apps, fortunatelly both can found freeware:
- com port data emulator http://www.aggsoft.com/com-port-emulator.htm
- virtual serial ports emulator http://www.eterlogic.com/products.vspe.html
first run virtual serial ports emulator
, create connector type device, e.g. on com10. enables 1 app send data virtual serial port can opened , consumed second app.
then run com port data emulator
, setup virtual serial port created previously, e.g. com10. setup desired com port parameters , specify data , how should sent virtual serial port connector.
then connect app com10 , done.
if looking further inspiration, check open source project netwico.
Comments
Post a Comment