Q1)
For my Serial terminal RS232/RS485 program,
I want to see the last sended and received string in the two [EditorGadgets]
- [EditorGadget] -> Receive data
- [EditorGadget] -> Send data
I use "#ES_AUTOVSCROLL", but this is not working ?
Code: Select all
EditorGadget (10, 50, 40, 500, 300, #PB_Editor_ReadOnly | #ES_AUTOVSCROLL)
Q2)
As my robot is an old MC68000 board, it uses only DOS 8 bits character set.
I like to use on the PC the Courier New font as OEM-US style.
How can I fix this in my program, can I include the font inside the program ?


Thanks for the help and advice,
Marco