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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user