allow printer connection to take a stream to print
This commit is contained in:
parent
50fbc8be69
commit
2cb8d521af
7 changed files with 98 additions and 24 deletions
|
|
@ -36,7 +36,7 @@ namespace MatterHackers.SerialPortCommunication.FrostedSerial
|
|||
{
|
||||
private SerialPort port;
|
||||
|
||||
internal CSharpSerialPortWrapper(string serialPortName)
|
||||
public CSharpSerialPortWrapper(string serialPortName)
|
||||
{
|
||||
if (FrostedSerialPortFactory.GetAppropriateFactory("RepRap").IsWindows)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue