I'm starting to program an Access database to interact with a hardware
RNG (Random Number Generator) made by Orion connected to a COM port. I
plan to do a quickie version using the MSComm OCX control and then a
version using the CreateFile and ReadFile API functions. Has anyone
already done something like this so that I don't have to start from
scratch?
Merci à l'avance,
James A. Fortune
RNG (Random Number Generator) made by Orion connected to a COM port. I
plan to do a quickie version using the MSComm OCX control and then a
version using the CreateFile and ReadFile API functions. Has anyone
already done something like this so that I don't have to start from
scratch?
Merci à l'avance,
James A. Fortune
Comment