G
Guest
Hi , I'm finishing a new project and a new request is to catch a Ps2,
simulated keyboard, barcode device. My application is a console application
without forms or others kind of user interface. Also I have a serial
communication in a thread with a several priority, a ftp server always in
listening status and is possible to run a tool to communicate by second
serial. Alls is concentrate inside a 486 100MHz and 32Mbyte of RAM.
Using 'GetAsyncKeyStatus' I have some problem because I loose sometime key
status if I use a normal thread priority, if I increase the priority I loose
lot of time in the serial communication.
Someone has some tips for me or is prefer to use other kinds of device,
serial for example ?? thank you very much, fabbrit
simulated keyboard, barcode device. My application is a console application
without forms or others kind of user interface. Also I have a serial
communication in a thread with a several priority, a ftp server always in
listening status and is possible to run a tool to communicate by second
serial. Alls is concentrate inside a 486 100MHz and 32Mbyte of RAM.
Using 'GetAsyncKeyStatus' I have some problem because I loose sometime key
status if I use a normal thread priority, if I increase the priority I loose
lot of time in the serial communication.
Someone has some tips for me or is prefer to use other kinds of device,
serial for example ?? thank you very much, fabbrit