You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GalaxyCal - Hi, were you be able to send the data? I am trying to connect USB POS printer from flutter web. so i am not clear in this endpoint and TypedData. My data is in List format. now i want to know how to send this List data in the below method.
/// send data to usb
Future transferOut(
dynamic device, endpointNumber, ByteBuffer data) {
return _platform.transferOut(device, endpointNumber, data);
}
我找到发送数据的方法,其中endpointNumber这个端口号参数,是怎么获取的呢,求解答
The text was updated successfully, but these errors were encountered: