腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(91)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
0
回答
PosPrinter
GetDefaultAsync始终返回null
PosPrinter
defaultPrinter = await
PosPrinter
.GetDefaultAsync();string deviceSelector =
PosPrinter
.GetDeviceSelector();我已将热敏打印机配置为默认打印机。
浏览 2
提问于2017-11-28
得票数 0
1
回答
不能声称
PosPrinter
我有一个TM-T20爱普生,我用这段代码试图打印:"Hello“消息,我一直在跟踪
PosPrinter
的一些礼仪: {Get the device by its type LOGICAL NAME //Create an in
浏览 5
修改于2014-03-15
得票数 4
1
回答
OPOS
PosPrinter
.PrintNormal不打印
posExplorer = new PosExplorer();DeviceInfo receiptPrinterDevice = posExplorer.GetDevice(DeviceType.
PosPrinter
,"SRP2");
PosPrinter
printer = (
PosPrinter
)posExplorer.Cr
浏览 9
修改于2014-02-22
得票数 2
回答已采纳
1
回答
.NET的POS :无法设置
PosPrinter
的属性属性
PosPrinter
posPrinter
= (
PosPrinter
)posExplorer.CreateInstance(posPrinterInfo);
posPrinter
.Claim(1000);
posPrinter
.PageModeVerticalPosition = 10; //<--- Exception thrown
浏览 6
修改于2010-04-07
得票数 2
2
回答
PosPrinter
.PrintBarCode,
PosPrinter
.PrintBitmap不工作,而PrintNormal在工作
对于我使用过的位图: printer.PrintBitmap(PrinterStation.Receipt, path, percentWidth * lineWidth / 100,
PosPrinter
.PrinterBitmapCenterprinter.PrintBarCode(PrinterStation.Receipt, code, BarCodeSymbology.Code93, 80, (int)(0.9 * lineWidth),
PosPrinter
.PrinterBarCodeCenter
浏览 2
修改于2012-10-04
得票数 0
2
回答
TransactionPrint方法的
POSPrinter
抛出异常
我们有一个Kiosk应用程序,并使用Microsoft.PointOfService SDK打印。在我们的开发环境中,一切都可以工作。下列规格: 但是,在客户机器(相同的打印机/SDK/应用程序)上,我们得到以下错误: UPOSDevice
浏览 12
修改于2022-06-14
得票数 0
回答已采纳
1
回答
.NET
PosPrinter
的Pos -获取dpi和/或最大宽度
有没有可能获得pos打印机的dpi,或最大像素宽度,或通过
PosPrinter
类的毫米宽度?我在任何地方都找不到这些属性。谢谢
浏览 7
提问于2014-05-26
得票数 0
1
回答
PosPrinter
只用于.net打印一次并挂起
explorer = new PosExplorer(this); ConnectToPrinter()Reporting(curuser); this.Hide(); priva
浏览 5
修改于2017-03-03
得票数 0
回答已采纳
2
回答
确保连接到通过COM连接的
POSPrinter
POSprinter
通常是BTP2002NP类型,但可能有所不同。常见的情况是,它们都是通过COM端口连接的,而不是usb,因此客户端上根本没有安装驱动程序。
浏览 1
修改于2011-05-22
得票数 1
回答已采纳
2
回答
UWP .Net
POSPrinter
没有识别爱普生USB收据打印机
我正在学习以下Repo中的示例:。 DeviceInformationCollection deviceCollection = await DeviceInformation.FindAllAsync();我不确定我的打印机的安装方式是否有问题
浏览 2
修改于2018-06-13
得票数 0
回答已采纳
1
回答
Microsoft.PointOfService.
PosPrinter
-方法printbitmap抛出一个异常。
我正在尝试从Espon收据打印机打印位图。完全错误如下:
浏览 2
提问于2012-03-30
得票数 0
回答已采纳
1
回答
爱普生
PosPrinter
(TM-T70)在连接尝试时不断创建线程
private POSPrinterControl19 epsonPrinterControl19;就我个人而言,我现在有另一个问题...我需要考虑这个问题是否仍然相关。
浏览 0
修改于2016-07-26
得票数 0
1
回答
对于POS机上的简单作业,我应该使用VB.net 2010 PointOfService.
POSPrinter
类吗?
这是一个宏大的问题。但我也有关于我在尝试使用POS后遇到的问题的细节。我已经搜索了几天了.我必须说,我很难弄清楚这件事。我需要打印的只是一些文字和一个标志。我把我的徽标存储在打印机上。所以,我需要使用Epson的ESC/POS命令。显然,PointOfService系统还没有更新到可以
浏览 1
修改于2012-01-07
得票数 0
回答已采纳
2
回答
使用POS.NET进行阿拉伯语打印
下面是我的代码示例,希望有人能告诉我我是否遗漏了什么: Dim strLogicalName As StringDim myString As String = "Some Text in Arabic"
posPrinter
= posExplo
浏览 6
修改于2014-02-22
得票数 0
1
回答
Epson Java Pos ADK异常:未初始化
我用几行代码从我的应用程序中做了一个测试打印:
posPrinter
.open("##THE_NAME_I_SET_IN_JPOS_XML##");
posPrinter
.setDeviceEnabled(true);<
浏览 2
修改于2016-12-03
得票数 5
回答已采纳
1
回答
在模拟器上执行打印机而不是打印机的C# POS代码
Hello printer字符串(没有什么工作,我刚刚开始,所以我只想打印一些东西),我从代码开始:DeviceInfo _device;_device = explorer.GetDevice(DeviceType.
PosPrinter
);_opo
浏览 5
修改于2017-04-24
得票数 4
2
回答
用Delphi7在星形TSP100上打印条形码
')));beginend; beginend; procedure TForm1.PrintBCbtnClick(Sender: TOb
浏览 2
修改于2013-09-13
得票数 0
1
回答
使用收据打印机
打印机: PMX热敏收据打印机型号: PMX 80220{ DeviceInfo receiptPrinterDevice = posExplorer.GetDevice(DeviceType.
PosPrinter
, "MYPRINTER"); return (
PosPrinter
)posE
浏览 2
修改于2014-02-28
得票数 0
1
回答
PosExplorer().getDevices在.Net应用程序中返回null
所以看起来在
PosPrinter
配置中没有问题。但是PosExplorer().getDevices仍然返回空值。我在windows和ASP.Net应用程序中都尝试过,但仍然存在相同的问题。编码:
PosPrinter
m_Printer = null; //Use a Logical Device Name whichstring strLogicalName = "
PosPrinter</
浏览 7
提问于2014-09-20
得票数 0
1
回答
Microsoft C# -获取DeviceInfo中的零值
posExplorer = new PosExplorer();DeviceInfo receiptPrinterDevice = posExplorer.GetDevice(DeviceType.
PosPrinter
, "POS58");
PosPrinter
printer = (
PosPrinter
)posExplorer.
浏览 0
修改于2015-06-09
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券