User Tools

Site Tools


data_core:tcpprinter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
data_core:tcpprinter [2023/11/16 12:06] sudata_core:tcpprinter [2024/05/24 10:56] su
Line 19: Line 19:
      
 3.1 TCP Settings > TCP Port: (e.g. "9000") 3.1 TCP Settings > TCP Port: (e.g. "9000")
 +
 3.2 Printer Settings > Message Delimiter: (e.g. "<13><10" for carriage-return line-feed) 3.2 Printer Settings > Message Delimiter: (e.g. "<13><10" for carriage-return line-feed)
 +
 3.3. Printer Settings > Trim Messages: (e.g. "False" if you wish to maintain line width and character positioning) 3.3. Printer Settings > Trim Messages: (e.g. "False" if you wish to maintain line width and character positioning)
      
Line 133: Line 135:
  
 # Get all files in dirctory # Get all files in dirctory
-$dirPath = "C:\Temp\IthacaPrint"+$dirPath = "C:\Temp\PrintTest"
 $files = Get-ChildItem $dirPath | Where-Object { $_.PSIsContainer -eq $false } $files = Get-ChildItem $dirPath | Where-Object { $_.PSIsContainer -eq $false }
  
data_core/tcpprinter.txt · Last modified: 2024/05/24 14:39 by su