1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Generalized serial port naming syntax to refer to host serial ports by the name 'serN' while continuing to allow the use of specific host device names.

Fixed some parsing issues in tmxr_attach_line.
This commit is contained in:
Mark Pizzolato
2012-04-22 16:46:10 -07:00
parent 6912ad167e
commit b2ebd56f9c
3 changed files with 255 additions and 3 deletions

View File

@@ -95,5 +95,6 @@ extern t_bool sim_control_serial (SERHANDLE port, t_bool connect);
extern int32 sim_read_serial (SERHANDLE port, char *buffer, int32 count, char *brk);
extern int32 sim_write_serial (SERHANDLE port, char *buffer, int32 count);
extern void sim_close_serial (SERHANDLE port);
extern t_stat sim_show_serial (FILE* st);
#endif