Hello.
I'm having some issues connecting an ESP8266 to my SC130's second serial port. I have the ESP connected via 4 channel logic level converter. When I establish the terminal connection I see the output from the zimodem software but I can't type any commands back.
I have it wired up like so :-
SC130 LLC ESP8266
===== ===== =============
P9 RX ------- HV1-LV1 ------- TX GPIO1 (TX)
P9 TX ------- HV2-LV2 ------- RX GPIO3 (RX)
J7 GND ---- GND-GND ----- GND GND
P9 RTS ----- HV3-LV3 ------- D1 GPIO5 (CTS)
P9 CTS ----- HV4-LV3 ------- D2 GPIO4 (RTS)
J7 +5V ----- HV - LV --------- 3V3 3.3V
A connected sessions looks like :-
CP/M v3.0 [BANKED] for HBIOS v3.1.1-pre.170
RAM Disk Initialized
A>mode com1 1200
COM1: 1200,N,8,1
A>kercpm3
Kermit-80 v4.11 configured for Generic CP/M-80 v3 with VT100
For help, type ? at any point in a command
Kermit-80 0A:>set escape
Type the new escape character:
Kermit-80 0A:>connect
[Connected to remote host. Type Control-YC to return;
type Control-Y? for command list]
C64Net WiFi Firmware v3.7.1
sdk=2.2.2-dev(38a443e) chipid=1458208 cpu@80
totsize=4096k ssize=379k fsize=1907k speed=40m
CONNECTED TO U Jelly (192.168.10.207)
READY.
At this point no key presses are registered but I can still interact with Kermit fine and quit the session.
I have also tried the 2nd SIO channel on my RC2014 with the baud set by a CTC but it behaves the same. However, if I replace the SC130 or RC2014 with a USB to FTDI connector to my desktop PC and set it to 5V everything works as expected. Just to be certain I have tried 2 different LLCs and ESPs but the outcome is identical. Does anyone have any idea what I'm doing wrong?
Cheers,
S