ShawnCowden
Member
I cant get my usb cord to work at all with my scanner and I need help with it it might be something about port settings but I did a port scan and it said no scanner found HELP!!!
yes I know and my port is 41 and psredit will not take that port only up to 32
how do i do that mikey
how do i do that mikey
I just uploaded an update to PSREdit500 that will allow you to go up to COM64 from the GUI...
Suggestion... why not allow anything that Device Manager will allow (COM1 - COM256)? It's not as if you have to actually populate the control's "data" at edit/compile time - you can just add the strings to the control in your WM_INITDIALOG handler (presuming it's a combo / drop-down list box in a dialog box).
The "slick" way, of course, would be to try to open COM1 through COM256, and only add strings for those ports where CreateFile() doesn't result in ERROR_FILE_NOT_FOUND. (ERROR_ACCESS_DENIED could be used to flag ports that exist but are already opened).
EDIT: Heh... like this if you're using any of my WinXX programs.