YORK controller+RS232+Visual C++

E

Thread Starter

eddy81

Previously, i used hyperterminal to communicate with controller branded "York", now i want to write a program using C++ and communicate with the controller in GUI form to replace the hyperterminal.

I will send signal to the controller and at the same time, i will be receiving signal from the output device.

Can anyone guide me on this? Or suggest me some good websites which can really help me. Or do any similar example on that?

Thanks attention... Will appreciate it
 
B
Hi,

As i understand you must write a programme with multithreaded one with GUI, other reading and the last one writing top serial port and absoultely writing and reading thread must be syncronised via semaphore.

You can find such a sample programme here in Control.com by checking languages section, i have seen such a sample. Second you can visit and download such a sample code from http//ftp.bemstek.com, you must email me for user name and pass to download that sample file which i have written that for SICK barcode readers (14 of them, simualtenously writing and reading.

One another posssiblity visit some other programme development sites like http://www.codeproject.com and http://www.codeguru.com.

Regards,

ismail MISIR
[email protected]
www.bemstek.com
 
Top