for anyone who wants to look to spot something obvious:
-
for anyone who wants to look to spot something obvious:
FUJIBIOS Experiment 2 (X2) has been posted here:
https://github.com/FujiNetWIFI/fujinet-rs232/tree/main/X2it can be built with Turbo C 2.0, with
```
tcc -v fujibios fujicom com
```What works:
* AH = 00 - Send command AL with parameters in CX, to device DL, no payload
* AH = 80 - Send command AL with len in CX, to device DL, Payload from ES:BXWhat doesn't:
* AH = 40 - Read command AL with len in CX, to device DL, Payload to ES:BX
Basically, _fujicom_send_command(), fujicom_command(), and fujicom_command_write() work.
fujicom_command_read() does not. using com_getc_sync not working.
Basically, any receive isn't hanging, but am not getting any result.
-
Copyright © 2025 NodeBB | Contributors