| Posted: 03:28pm 07 Apr 2022 |
Copy link to clipboard |
 Print this post |
|
Hi all, Is there a txd register in the pico(mite) / I'm sure there is! which I can read in basic so I know when the byte left the buffer.
BTW, this is about switching from RE/DE to RS485 communication.
Thx @ all
BishopXXL

SetPin GP1, GP0, Com1 SetPin GP2, Dout Open "Com1:115200,1024" As #8
Pin(gp2) = 0
For i = 65 To 68 Pin(gp2) = 1 ' RED Print #8, Chr$(i) ' YELLOW Pin(gp2) = 0 ' RED Next i Edited 2022-04-08 01:34 by BishopXXL |