Tom Collins

Results 36 comments of Tom Collins

I'm curious if the optimizations could go into the generic SFLASH.LIB and apply to all products. But I probably can't merge this into the official Dynamic C 10 release since...

I'm curious as to how this compares to using the `sbf_far_Read()` and `sbf_far_WriteFlash()` APIs to read/write that flash.

Ah yes, I sometimes confuse the RCM4200 and RCM4300 because they swapped names during development. The RCM4300 has a serial boot flash (SBF) and the RCM4200 has a serial data...

So, I'm off to a good start. I was able to hook a logic probe to my physical machine and determine that the WPC95 UART is mapped to addresses 0x3FB0...

Considering adding `serial_device` to `pmoptions` and for use in `-showusage` and `-showconfig`. Looks like I would need to: * Add new `serial_device` element (string type) to `tPMoptions` in `driver.h`. *...

Making good progress. I just aded the 8251 UART from the WPC Printer Option Kit and had Demolition Man dumping printouts as well. The Open Source `com0com` project might be...