Reading from COM3 c++
Posted: Thu Oct 26, 2006 10:19 pm
hey all,
Sorry to be a baby about this (just need some help getting off the ground) but I was wondering if anyone could give me an example of a ReadFile from the keypad on MX503's. I'd really appreciate it.
heres my CreateFile if that helps:
comPortOpen = CreateFile("COM3", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL);
thanks,
- legit
Sorry to be a baby about this (just need some help getting off the ground) but I was wondering if anyone could give me an example of a ReadFile from the keypad on MX503's. I'd really appreciate it.
heres my CreateFile if that helps:
comPortOpen = CreateFile("COM3", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL);
thanks,
- legit